]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Fix various issues with the nationalchars module.
[user/henk/code/inspircd.git] / include / hashcomp.h
index 59986e66f1fbb20e38ecb4b1aba6f64a4ddf648b..78d7ee878d230719ca692ff9b13fe2f9ac674023 100644 (file)
@@ -598,7 +598,7 @@ BEGIN_HASHMAP_NAMESPACE
 
        /** Hashing function to hash irc::string
         */
-#if defined(WINDOWS) && !defined(HAS_TR1_UNORDERED)
+#if defined(_WIN32) && !defined(HAS_TR1_UNORDERED)
        template<> class CoreExport hash_compare<irc::string, std::less<irc::string> >
        {
        public: