Mercurial > sdl-ios-xcode
comparison src/video/windib/SDL_dibvideo.c @ 1433:bb6839704ed6
SDL_windows.h is no longer necessary
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Feb 2006 22:18:25 +0000 |
parents | d910939febfa |
children | 8dfa9a6d69a5 |
comparison
equal
deleted
inserted
replaced
1432:0801c9fdbdd6 | 1433:bb6839704ed6 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #include "SDL_windows.h" | 24 #define WIN32_LEAN_AND_MEAN |
25 #include <windows.h> | |
25 | 26 |
26 #if defined(_WIN32_WCE) | 27 #if defined(_WIN32_WCE) |
27 | 28 |
28 // defined and used in SDL_sysevents.c | 29 // defined and used in SDL_sysevents.c |
29 extern HINSTANCE aygshell; | 30 extern HINSTANCE aygshell; |