]> git.imager.perl.org - imager.git/commitdiff
fix check for MSVC
authorTony Cook <tony@develop=help.com>
Thu, 14 Dec 2006 13:46:32 +0000 (13:46 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 14 Dec 2006 13:46:32 +0000 (13:46 +0000)
fixed RT 23922

gif.c

diff --git a/gif.c b/gif.c
index a31cc9a0048f471caad04bd424c7bea73aef26c5..c1a82c97cc8deabcf63e9d67c120255b26a8c2fa 100644 (file)
--- a/gif.c
+++ b/gif.c
@@ -1,6 +1,6 @@
 #include "imageri.h"
 #include <gif_lib.h>
-#ifdef _MSCVER
+#ifdef _MSC_VER
 #include <io.h>
 #else
 #include <unistd.h>