hotspot/src/os/windows/vm/jvm_windows.h
changeset 35212 7a6d0993a080
parent 27157 364276bc8d8b
--- a/hotspot/src/os/windows/vm/jvm_windows.h	Tue Dec 22 00:08:38 2015 +0000
+++ b/hotspot/src/os/windows/vm/jvm_windows.h	Tue Dec 22 05:26:55 2015 -0800
@@ -44,19 +44,7 @@
 
 #include <windows.h>
 
-#if _MSC_VER <= 1200
-// Psapi.h doesn't come with Visual Studio 6; it can be downloaded as Platform
-// SDK from Microsoft.  Here are the definitions copied from Psapi.h
-typedef struct _MODULEINFO {
-    LPVOID lpBaseOfDll;
-    DWORD SizeOfImage;
-    LPVOID EntryPoint;
-} MODULEINFO, *LPMODULEINFO;
-
-#else
 #include <Psapi.h>
-#endif
-
 #include <Tlhelp32.h>
 
 typedef int socklen_t;