fixes to wint_t and wchar_t handling in unichar.h (fixes FreeBSD compilation and Mingw compilation with -pedantic)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-06-26 20:44:58 +00:00
parent 1f3b7817eb
commit 21f0762a1a
5 changed files with 154 additions and 69 deletions

View File

@@ -1033,6 +1033,9 @@ typedef pid_t GPid;
/* Define if size_t on your machine is the same type as unsigned long. */
#undef wxSIZE_T_IS_ULONG
/* Define if wchar_t is distinct type in your compiler. */
#define wxWCHAR_T_IS_SEPARATE_TYPE 1
/* Define if you have the dlopen function. */
#define HAVE_DLOPEN 1