Mercurial > sdl-ios-xcode
comparison include/SDL_syswm.h @ 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 | 19418e4422cb |
children | dc6b59e925a2 |
comparison
equal
deleted
inserted
replaced
1432:0801c9fdbdd6 | 1433:bb6839704ed6 |
---|---|
114 SDL_version version ; | 114 SDL_version version ; |
115 GR_WINDOW_ID window ; /* The display window */ | 115 GR_WINDOW_ID window ; /* The display window */ |
116 } SDL_SysWMinfo; | 116 } SDL_SysWMinfo; |
117 | 117 |
118 #elif SDL_VIDEO_DRIVER_WINDIB || SDL_VIDEO_DRIVER_DDRAW | 118 #elif SDL_VIDEO_DRIVER_WINDIB || SDL_VIDEO_DRIVER_DDRAW |
119 #include "SDL_windows.h" | 119 #define WIN32_LEAN_AND_MEAN |
120 #include <windows.h> | |
120 | 121 |
121 /* The windows custom event structure */ | 122 /* The windows custom event structure */ |
122 struct SDL_SysWMmsg { | 123 struct SDL_SysWMmsg { |
123 SDL_version version; | 124 SDL_version version; |
124 HWND hwnd; /* The window for the message */ | 125 HWND hwnd; /* The window for the message */ |