Fixes for Cygwin build from Norman Vine.

This commit is contained in:
Robert Osfield
2002-06-25 20:47:42 +00:00
parent 3765631cd7
commit 1ceb0b60a8
3 changed files with 31 additions and 36 deletions

View File

@@ -132,8 +132,7 @@ std::string osgDB::findFileInDirectory(const std::string& fileName,const std::st
return "";
}
#if defined(WIN32) && !defined(__CYGWIN)
#if defined(WIN32) && !defined(__CYGWIN__)
#include <io.h>
#include <direct.h>