__MACOSX__ --> MACOSX, keep __MACOSX__ for ogg.

This commit is contained in:
Steve Checkoway
2005-10-24 10:37:56 +00:00
parent 283747e8c9
commit aa0f90feae
24 changed files with 52 additions and 35 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ CString mySDL_GetError()
void mySDL_WM_SetIcon( CString sIconFile )
{
#if !defined(__MACOSX__)
#if !defined(MACOSX)
if( sIconFile.empty() )
{
SDL_WM_SetIcon(NULL, NULL);