Changed _WIN32 to _MSC_VER

This commit is contained in:
Robert Osfield
2006-06-29 10:17:19 +00:00
parent 459f147da7
commit a6fbb7a044

View File

@@ -26,7 +26,7 @@
#include <trpage_geom.h>
#include <trpage_read.h>
#ifdef _WIN32
#ifdef _MSC_VER
#define strcasecmp _stricmp
#endif