src/os/windows/vm/os_windows.cpp

changeset 2588
5584e20db481
parent 2584
da091bb67459
child 2668
083f13976b51
equal deleted inserted replaced
2587:cef8c988e7b8 2588: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"

mercurial