From Bob Kuehne, change on __DARWIN_OSX__ define to __APPLE__

This commit is contained in:
Robert Osfield
2004-03-08 11:02:05 +00:00
parent 1e4bceb562
commit bd37f999c4
15 changed files with 33 additions and 30 deletions

View File

@@ -322,7 +322,7 @@ void Registry::initLibraryFilePathList()
convertStringPathIntoFilePathList("C:/Windows/System/",_libraryFilePath);
#elif defined(__DARWIN_OSX__)
#elif defined(__APPLE__)
if ((ptr = getenv( "DYLD_LIBRARY_PATH" )) )
{