#include "wx/hash.h"
-#if !wxUSE_STL
+#if wxUSE_OLD_HASH_TABLE
#include <string.h>
#include <stdarg.h>
m_count = 0;
}
-#else // if wxUSE_STL
-
-#include "wx/object.h"
+#else // if !wxUSE_OLD_HASH_TABLE
wxHashTableBase_Node::wxHashTableBase_Node( long key, void* value,
wxHashTableBase* table )
return m_curr;
}
-#endif // wxUSE_STL
+#endif // !wxUSE_OLD_HASH_TABLE