comparison 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
comparison
equal deleted inserted replaced
644:c517646eef23 645:c3a720eefe82
42 // make sure the MSC_VER and _MSC_VER settings make sense 42 // make sure the MSC_VER and _MSC_VER settings make sense
43 #if _MSC_VER != MSC_VER && (_MSC_VER != 1400 || MSC_VER != 1399) 43 #if _MSC_VER != MSC_VER && (_MSC_VER != 1400 || MSC_VER != 1399)
44 #error "Something is wrong with the detection of MSC_VER in the makefiles" 44 #error "Something is wrong with the detection of MSC_VER in the makefiles"
45 #endif 45 #endif
46 46
47 #if _MSC_VER >= 1400 && !defined(_WIN64) 47 #if _MSC_VER >= 1400
48 #define strdup _strdup 48 #define strdup _strdup
49 #endif 49 #endif
50 50
51 /* Make sure that we have the intptr_t and uintptr_t definitions */ 51 /* Make sure that we have the intptr_t and uintptr_t definitions */
52 #ifdef _WIN32 52 #ifdef _WIN32