Update project and fix build.

This commit is contained in:
Colby Klein
2010-12-20 08:34:56 -08:00
parent a8de96107f
commit 05d42bf8de
3 changed files with 70 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ DialogDriver *MakeDialogDriver()
sDriver = asDriversToTry[i];
#ifdef USE_DIALOG_DRIVER_COCOA
if( !asDriversToTry[i].CompareNoCase("Cocoa") ) pRet = new DialogDriver_Cocoa;
if( !asDriversToTry[i].CompareNoCase("Cocoa") ) pRet = new DialogDriver_MacOSX;
#endif
#ifdef USE_DIALOG_DRIVER_WIN32
if( !asDriversToTry[i].CompareNoCase("Win32") ) pRet = new DialogDriver_Win32;