]> granicus.if.org Git - yasm/commitdiff
Fix #111: Correctly #define HAVE__STRICMP for vc and vc8.
authorPeter Johnson <peter@tortall.net>
Wed, 1 Aug 2007 04:08:04 +0000 (04:08 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 1 Aug 2007 04:08:04 +0000 (04:08 -0000)
Reported by: Brian Gladman

svn path=/trunk/yasm/; revision=1904

Mkfiles/vc/config.h
Mkfiles/vc8/config.h

index d217c5442b59d2b73ab710de7e7442717e4455a2..43a580ee17cfe24b5665bbc6c60fbaa949243c52 100644 (file)
 /* #undef HAVE_VSNPRINTF */\r
 \r
 /* Define to 1 if you have the `_stricmp' function. */\r
-#undef HAVE__STRICMP 1\r
+#define HAVE__STRICMP 1\r
 \r
 /* Name of package */\r
 #define PACKAGE "yasm"\r
index 62f2e7ce2a5fd68c6367ec557f00b03fca46c839..759683d00fa5bbfddf4c58a51abb1c91a9acded7 100644 (file)
 /* #undef HAVE_VSNPRINTF */\r
 \r
 /* Define to 1 if you have the `_stricmp' function. */\r
-#undef HAVE__STRICMP 1\r
+#define HAVE__STRICMP 1\r
 \r
 /* Name of package */\r
 #define PACKAGE "yasm"\r