Added wchar handling for EMX (gcc on OS/2).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -302,7 +302,7 @@ typedef _TUCHAR wxUChar;
|
|||||||
// include wchar.h to get wcslen() declaration used by wx/buffer.h
|
// include wchar.h to get wcslen() declaration used by wx/buffer.h
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
|
|
||||||
# elif defined(__FreeBSD__) || defined(__DARWIN__)
|
# elif defined(__FreeBSD__) || defined(__DARWIN__) || defined(__EMX__)
|
||||||
|
|
||||||
// include stdlib.h for wchar_t, wcslen is provided in wxchar.cpp
|
// include stdlib.h for wchar_t, wcslen is provided in wxchar.cpp
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user