diff -r 0801c9fdbdd6 -r bb6839704ed6 include/SDL_syswm.h --- 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 /* The windows custom event structure */ struct SDL_SysWMmsg {