]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
Fix for unhiding the other version of the base class HitTest
[wxWidgets.git] / 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