1.0.11.30: restore buildability on Windows after 1.0.11.27.
[sbcl.git] / src / runtime / wrap.c
index 1d17e9a..8daf076 100644 (file)
 #endif
 #include <stdio.h>
 
+#if defined(LISP_FEATURE_WIN32)
+#define WIN32_LEAN_AND_MEAN
+#endif
+
 #include "runtime.h"
 #include "util.h"
 #include "wrap.h"
@@ -307,7 +311,6 @@ wrapped_environ()
 }
 
 #ifdef LISP_FEATURE_WIN32
-#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <time.h>
 /*