diff src/share/vm/adlc/adlc.hpp @ 645:c3a720eefe82

6816308: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003 Summary: Allow Hotspot builds with latest Windows SDK 6.1 on 64bit Windows 2003 Reviewed-by: ohair, tbell, jcoomes
author kvn
date Mon, 16 Mar 2009 15:06:33 -0700
parents dbbe28fc66b5
children bd02caa94611
line wrap: on
line diff
--- a/src/share/vm/adlc/adlc.hpp	Fri Mar 13 18:39:22 2009 -0700
+++ b/src/share/vm/adlc/adlc.hpp	Mon Mar 16 15:06:33 2009 -0700
@@ -44,7 +44,7 @@
 #error "Something is wrong with the detection of MSC_VER in the makefiles"
 #endif
 
-#if _MSC_VER >= 1400 && !defined(_WIN64)
+#if _MSC_VER >= 1400
 #define strdup _strdup
 #endif