diff options
author | Johannes Schickel | 2015-02-18 04:52:01 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-02-18 05:24:45 +0100 |
commit | 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be (patch) | |
tree | d379df4e0f79bcbaee8b78cb783d9ae6ca4a4671 /backends/platform/sdl/win32 | |
parent | 6ed60538c68a4ec098da30cad39c16770610e5e3 (diff) | |
download | scummvm-rg350-71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be.tar.gz scummvm-rg350-71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be.tar.bz2 scummvm-rg350-71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be.zip |
WINCE: Fix compilation.
Diffstat (limited to 'backends/platform/sdl/win32')
-rw-r--r-- | backends/platform/sdl/win32/win32-window.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/sdl/win32/win32-window.cpp b/backends/platform/sdl/win32/win32-window.cpp index 814c165f6f..de10be6b57 100644 --- a/backends/platform/sdl/win32/win32-window.cpp +++ b/backends/platform/sdl/win32/win32-window.cpp @@ -31,8 +31,6 @@ #include <windows.h> #undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one... -#include <SDL_syswm.h> // For setting the icon - void SdlWindow_Win32::setupIcon() { HMODULE handle = GetModuleHandle(NULL); HICON ico = LoadIcon(handle, MAKEINTRESOURCE(1001 /* IDI_ICON */)); |