X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;fp=src%2Flibgame%2Fsdl.c;h=5be4c0dc173c9ea57455fcba7a3046eb8b88af36;hp=b75f2c8c6e58f27c5c359bbf573df1cec32cc525;hb=c8689f0335cd584d24570046c6eb5a3b75701305;hpb=c425ce2cafa1ca6b07149dbff0919a9f0de8e21c diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index b75f2c8c..5be4c0dc 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -264,7 +264,7 @@ static void SDLSetWindowIcon(char *basename) // (setting the window icon on Mac OS X would replace the high-quality // dock icon with the currently smaller (and uglier) icon from file) -#if !defined(PLATFORM_MACOSX) +#if !defined(PLATFORM_MAC) char *filename = getCustomImageFilename(basename); SDL_Surface *surface;