DARWIN -> __MACOSX__

This commit is contained in:
Steve Checkoway
2005-06-21 08:56:36 +00:00
parent 1795ac93c1
commit 99387583f9
19 changed files with 31 additions and 34 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ CString mySDL_GetError()
void mySDL_WM_SetIcon( CString sIconFile )
{
#if !defined(DARWIN)
#if !defined(__MACOSX__)
if( sIconFile.empty() )
{
SDL_WM_SetIcon(NULL, NULL);