Compile fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
daeb83303c
commit
68c30476e7
@ -42,10 +42,11 @@
|
||||
|
||||
#else // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)
|
||||
|
||||
#include <stddef.h> // for ptrdiff_t
|
||||
|
||||
#ifdef __WXWINCE__
|
||||
typedef int ptrdiff_t;
|
||||
#else
|
||||
#include <stddef.h> // for ptrdiff_t
|
||||
#endif
|
||||
|
||||
// private
|
||||
|
Loading…
Reference in New Issue
Block a user