Fixes for Win32 build.

This commit is contained in:
Robert Osfield
2003-07-23 18:32:52 +00:00
parent 6a6d430edc
commit 52aa73b18a
3 changed files with 9 additions and 2 deletions

View File

@@ -46,6 +46,10 @@ using namespace osg;
using std::vector;
using std::string;
#if defined(WIN32) && defined(_MSC_VER)
#define strcasecmp stricmp
#endif
//----------------------------------------------------------------------------
// Check if the node is billboard
namespace {