< prev index next >

src/hotspot/os/windows/include/jvm_md.h

8199736: Define WIN32_LEAN_AND_MEAN before including windows.h

*** 29,38 **** --- 29,42 ---- /* * This file is currently collecting system-specific dregs for the * JNI conversion, which should be sorted out later. */ + #ifndef WIN32_LEAN_AND_MEAN + #define WIN32_LEAN_AND_MEAN + #endif + #include <windows.h> #include <windef.h> #include <winbase.h> #include "jni.h"
< prev index next >