changeset 1433 | bb6839704ed6 |
parent 1361 | 19418e4422cb |
child 1487 | dc6b59e925a2 |
--- a/include/SDL_syswm.h Sat Feb 25 20:48:26 2006 +0000 +++ b/include/SDL_syswm.h Sat Feb 25 22:18:25 2006 +0000 @@ -116,7 +116,8 @@ } SDL_SysWMinfo; #elif SDL_VIDEO_DRIVER_WINDIB || SDL_VIDEO_DRIVER_DDRAW -#include "SDL_windows.h" +#define WIN32_LEAN_AND_MEAN +#include <windows.h> /* The windows custom event structure */ struct SDL_SysWMmsg {