WINCE: Fix compilation.
This commit is contained in:
parent
6ed60538c6
commit
71cc9e41e8
5 changed files with 37 additions and 9 deletions
|
@ -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 */));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue