WINCE: Fix compilation.

This commit is contained in:
Johannes Schickel 2015-02-18 04:52:01 +01:00
parent 6ed60538c6
commit 71cc9e41e8
5 changed files with 37 additions and 9 deletions

View file

@ -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 */));