]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hash.cpp
regenerated
[wxWidgets.git] / src / common / hash.cpp
index db2a5a141a6dfc0b001b563e8282f0928061fccf..db33f96e2892626157ad43d1858179f55e2ac733 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "hash.h"
 #endif
 
@@ -34,6 +34,8 @@
 
 #include "wx/hash.h"
 
+#if !wxUSE_STL
+
 #include <string.h>
 #include <stdarg.h>
 
@@ -722,3 +724,4 @@ void wxHashTable::Clear ()
   m_count = 0;
 }
 
+#endif // !wxUSE_STL