]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
rework GDEF_OS macros
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index ce37d76c2deabee2311ee478ca0cdc501a34b489..0d70d39d296ce981ae20e1794094bd025d83cd74 100644 (file)
 
    ------------------------------------------------------------------------------- */
 
-#if 1
-       #if GDEF_OS_WINDOWS
-               #define Q_stricmp           stricmp
-               #define Q_strncasecmp       strnicmp
-       #else
-               #define Q_stricmp           strcasecmp
-               #define Q_strncasecmp       strncasecmp
-       #endif
+#if GDEF_OS_WINDOWS
+       #define Q_stricmp           stricmp
+       #define Q_strncasecmp       strnicmp
+#else
+       #define Q_stricmp           strcasecmp
+       #define Q_strncasecmp       strncasecmp
 #endif
 
 /* macro version */