comparison src/os/windows/vm/os_windows.cpp @ 2306:5584e20db481

7023323: Build failure on VS2003: IsDebuggerPresent not found Summary: #define _WIN32_WINNT 0x500 Reviewed-by: ohrstrom, hosterda, coleenp
author sla
date Wed, 02 Mar 2011 09:41:26 +0100
parents da091bb67459
children 083f13976b51
comparison
equal deleted inserted replaced
2305:cef8c988e7b8 2306:5584e20db481
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #ifdef _WIN64 25 // Must be at least Windows 2000 or XP to use VectoredExceptions and IsDebuggerPresent
26 // Must be at least Windows 2000 or XP to use VectoredExceptions
27 #define _WIN32_WINNT 0x500 26 #define _WIN32_WINNT 0x500
28 #endif
29 27
30 // no precompiled headers 28 // no precompiled headers
31 #include "classfile/classLoader.hpp" 29 #include "classfile/classLoader.hpp"
32 #include "classfile/systemDictionary.hpp" 30 #include "classfile/systemDictionary.hpp"
33 #include "classfile/vmSymbols.hpp" 31 #include "classfile/vmSymbols.hpp"