{ 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] =
}
/* someone might try to alloc a 2^32-element hash table */
- wxFAIL_MSG( _T("hash table too big?") );
+ wxFAIL_MSG( wxT("hash table too big?") );
/* quiet warning */
return 0;
return node;
}
-#endif // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)
+#endif // wxNEEDS_WX_HASH_MAP