mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7023323: Build failure on VS2003: IsDebuggerPresent not found
#define _WIN32_WINNT 0x500 Reviewed-by: ohrstrom, hosterda, coleenp
This commit is contained in:
parent
105b4f734b
commit
97e74a3862
1 changed files with 1 additions and 3 deletions
|
@ -22,10 +22,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef _WIN64
|
||||
// Must be at least Windows 2000 or XP to use VectoredExceptions
|
||||
// Must be at least Windows 2000 or XP to use VectoredExceptions and IsDebuggerPresent
|
||||
#define _WIN32_WINNT 0x500
|
||||
#endif
|
||||
|
||||
// no precompiled headers
|
||||
#include "classfile/classLoader.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue