diff 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
line wrap: on
line diff
--- 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 {