hw/eeprom93xx.c: substitute structure dump with discrete dump in eeprom_save/load
[qemu] / osdep.c
diff --git a/osdep.c b/osdep.c
index a583d77..91fb39e 100644 (file)
--- a/osdep.c
+++ b/osdep.c
@@ -37,7 +37,6 @@
 #include "config-host.h"
 
 #ifdef _WIN32
-#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #elif defined(HOST_BSD)
 #include <stdlib.h>