Updates of osgDB/FileUtils to fix compilation problems under Win32

This commit is contained in:
Robert Osfield
2001-10-24 19:48:58 +00:00
parent 573f68c35b
commit 939b12a908
2 changed files with 325 additions and 325 deletions

View File

@@ -25,7 +25,7 @@ OSGDB_EXPORT extern void setFilePath( const char *_path );
OSGDB_EXPORT extern const char* getFilePath();
/** find specified file if specified file path.*/
OSGDB_EXPORT extern char *osgDB::findFileInPath( const char *_file, const char * filePath );
OSGDB_EXPORT extern char *findFileInPath( const char *_file, const char * filePath );
/** find specified file on the set data file path.*/
OSGDB_EXPORT extern char *findFile( const char *file );