Modified: trunk/darkplaces/common.h
===================================================================
--- trunk/darkplaces/common.h	2007-09-03 10:46:11 UTC (rev 7555)
+++ trunk/darkplaces/common.h	2007-09-03 10:48:10 UTC (rev 7556)
@@ -27,8 +27,8 @@
 
 // MSVC has a different name for several standard functions
 #ifdef WIN32
-# define strcasecmp stricmp
-# define strncasecmp strnicmp
+# define strcasecmp _stricmp
+# define strncasecmp _strnicmp
 #endif
 
 // Create our own define for Mac OS X

