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. */