]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hash_map.h
Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.
[user/henk/code/inspircd.git] / include / hash_map.h
index 01646d71ad1404b733f7456ffb6563252e1a46c0..ad38d426aac39abe7e3d4446acb82667f2115a76 100644 (file)
 
 #include "inspircd_config.h"
 
+#ifndef WIN32
 #include <ext/hash_map>
 #define nspace __gnu_cxx
+#else
+#include <hash_map>
+#define nspace stdext
+using stdext::hash_map;
+#endif
 
 #endif