From a6fbb7a0449d0e7dbd825747f6595c10ed49f0e3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Jun 2006 10:17:19 +0000 Subject: [PATCH] Changed _WIN32 to _MSC_VER --- src/osgPlugins/txp/trpage_material.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/txp/trpage_material.cpp b/src/osgPlugins/txp/trpage_material.cpp index bec3a8250..ecc95f54e 100644 --- a/src/osgPlugins/txp/trpage_material.cpp +++ b/src/osgPlugins/txp/trpage_material.cpp @@ -26,7 +26,7 @@ #include #include -#ifdef _WIN32 +#ifdef _MSC_VER #define strcasecmp _stricmp #endif