]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix.
authorRobert Roebling <robert@roebling.de>
Fri, 11 Jun 2004 19:13:49 +0000 (19:13 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 11 Jun 2004 19:13:49 +0000 (19:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/hashmap.h

index ee6c1420325936b813d9c7000a717bde0a164568..95314ada5a1f05c23207e87c0e091cbff542c7a0 100644 (file)
 
 #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