diff src/main/win32/SDL_win32_main.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 4ed717f9e509
children 8dfa9a6d69a5
line wrap: on
line diff
--- a/src/main/win32/SDL_win32_main.c	Sat Feb 25 20:48:26 2006 +0000
+++ b/src/main/win32/SDL_win32_main.c	Sat Feb 25 22:18:25 2006 +0000
@@ -7,7 +7,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "SDL_windows.h"
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
 
 #ifdef _WIN32_WCE
 # define DIR_SEPERATOR TEXT("\\")