removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was wxWCHAR_T_IS_REAL_TYPE with the exact same meaning and definition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-07-08 07:04:38 +00:00
parent 0728199b91
commit c5cf866314
6 changed files with 24 additions and 34 deletions

View File

@@ -1034,7 +1034,7 @@ typedef pid_t GPid;
#undef wxSIZE_T_IS_ULONG
/* Define if wchar_t is distinct type in your compiler. */
#define wxWCHAR_T_IS_SEPARATE_TYPE 1
#define wxWCHAR_T_IS_REAL_TYPE 1
/* Define if you have the dlopen function. */
#define HAVE_DLOPEN 1