Subject: | gif.c doesn't compile under MSVC due to a pragma typo |
This patch would fix that.
--- gif.c 2006-12-14 13:33:21.060250000 +0900
+++ gif.c.patched 2006-12-14 13:33:39.794625000 +0900
@@ -1,6 +1,6 @@
#include "imageri.h"
#include <gif_lib.h>
-#ifdef _MSCVER
+#ifdef _MSC_VER
#include <io.h>
#else
#include <unistd.h>