]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hashmap.cpp
fixed SetUserScale() calls to use correct scale on Y axis
[wxWidgets.git] / src / common / hashmap.cpp
index e3742aed7c0755c4d7cc6356d2c81bdb0c728c54..cf0343ed38c22614c79d16491bd50e4ddb2d652c 100644 (file)
@@ -46,7 +46,7 @@ unsigned long wxStringHash::stringHash( const wchar_t* k )
   { return DoStringHash(k); }
 
 
-#if !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)
+#ifdef wxNEEDS_WX_HASH_MAP
 
 /* from SGI STL */
 const unsigned long _wxHashTableBase2::ms_primes[prime_count] =
@@ -139,4 +139,4 @@ _wxHashTable_NodeBase* _wxHashTableBase2::DummyProcessNode(_wxHashTable_NodeBase
     return node;
 }
 
-#endif // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)
+#endif // wxNEEDS_WX_HASH_MAP