diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index e16913bf..eac9da9c 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -486,7 +486,6 @@ MxResult IsleApp::SetupWindow() return FAILURE; } -#ifndef _WIN32 SDL_Surface* icon = SDL_CreateSurfaceFrom( ISLE_ICON.width, ISLE_ICON.height, @@ -499,7 +498,6 @@ MxResult IsleApp::SetupWindow() SDL_SetWindowIcon(m_windowHandle, icon); SDL_DestroySurface(icon); } -#endif if (!SetupLegoOmni()) { return FAILURE; diff --git a/ISLE/res/resource.h b/ISLE/res/resource.h index f36db072..56b9fd37 100644 --- a/ISLE/res/resource.h +++ b/ISLE/res/resource.h @@ -4,6 +4,4 @@ #define APP_ICON 105 -#ifndef _WIN32 #include "isle.h" -#endif