remove wxWINT_T_IS_TYPEDEF as it seems wint_t is always a typedef (although it can be either unsigned short or unsigned int or possibly something else)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,10 +89,6 @@
|
||||
#ifdef HAVE_WIDEC_H
|
||||
#include <widec.h>
|
||||
#endif
|
||||
|
||||
#if !defined(__GNUC__) || defined(__DARWIN__)
|
||||
#define wxWINT_T_IS_TYPEDEF
|
||||
#endif
|
||||
#endif /* wxUSE_WCHAR_T */
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user