Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2004-06-11 19:13:49 +00:00
parent daeb83303c
commit 68c30476e7

View File

@ -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