--- a/src/stdlib/SDL_getenv.c Sat Feb 25 20:48:26 2006 +0000
+++ b/src/stdlib/SDL_getenv.c Sat Feb 25 22:18:25 2006 +0000
@@ -27,7 +27,8 @@
#if defined(__WIN32__) && !defined(_WIN32_WCE)
-#include "SDL_windows.h"
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
/* Note this isn't thread-safe! */