]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
add stricmp to mapped functions for win32
authorDanny Mayer <mayer@ntp.org>
Mon, 14 Feb 2005 05:24:26 +0000 (00:24 -0500)
committerDanny Mayer <mayer@ntp.org>
Mon, 14 Feb 2005 05:24:26 +0000 (00:24 -0500)
bk: 4210360ak45FTZK0kJdrWllIE03gWA

ports/winnt/include/config.h

index 02a1321813a49becd59343015a0b0bcdbd34560d..b92f8d01dcaad4e4422095619b11de6a8f0c212a 100644 (file)
@@ -78,6 +78,7 @@
  */
 #define vsnprintf _vsnprintf
 #define snprintf _snprintf
+#define stricmp _stricmp
 #define isascii __isascii
 #define finite _finite
 #define random      rand