From 5acd4f3be16f7eeaa7dcee4649534922e00cb1fd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Jun 2006 07:17:56 +0000 Subject: [PATCH] From Martin Naylor, build fix for windows. --- src/osgPlugins/txp/trpage_material.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/osgPlugins/txp/trpage_material.cpp b/src/osgPlugins/txp/trpage_material.cpp index c34a86487..bec3a8250 100644 --- a/src/osgPlugins/txp/trpage_material.cpp +++ b/src/osgPlugins/txp/trpage_material.cpp @@ -26,6 +26,10 @@ #include #include +#ifdef _WIN32 +#define strcasecmp _stricmp +#endif + /* Write Material Table class Keeps track of the materials that have been added. */