]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
Remove pointless static guards
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 7bbbc42be5e2cf4e5d011b59061152fce98dd1d2..6ec56ee11cd67c1e51f04fb8207a2f6cf0e9e159 100644 (file)
        #define MAC_STATIC
 #endif
 
-#if 1
-       #ifdef WIN32
-               #define Q_stricmp           stricmp
-               #define Q_strncasecmp       strnicmp
-       #else
-               #define Q_stricmp           strcasecmp
-               #define Q_strncasecmp       strncasecmp
-       #endif
+#ifdef WIN32
+       #define Q_stricmp           stricmp
+       #define Q_strncasecmp       strnicmp
+#else
+       #define Q_stricmp           strcasecmp
+       #define Q_strncasecmp       strncasecmp
 #endif
 
 /* macro version */