From Norman Vine, "Cygwin uses unix style path separators"

This commit is contained in:
Robert Osfield
2005-11-07 11:09:59 +00:00
parent 2773d45f2a
commit 4ea3956fda

View File

@@ -238,7 +238,7 @@ Registry::~Registry()
closeAllLibraries();
}
#ifndef WIN32
#if !defined(WIN32) || defined(__CYGWIN__)
static osg::ApplicationUsageProxy Registry_e0(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_FILE_PATH <path>[:path]..","Paths for locating datafiles");
#else
static osg::ApplicationUsageProxy Registry_e0(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_FILE_PATH <path>[;path]..","Paths for locating datafiles");