mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 13:54:38 +02:00
6816308: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
Allow Hotspot builds with latest Windows SDK 6.1 on 64bit Windows 2003 Reviewed-by: ohair, tbell, jcoomes
This commit is contained in:
parent
b8dbe8d8f6
commit
f210928e73
12 changed files with 23 additions and 17 deletions
|
@ -162,7 +162,7 @@ inline int vsnprintf(char* buf, size_t count, const char* fmt, va_list argptr) {
|
|||
}
|
||||
|
||||
// Visual Studio 2005 deprecates POSIX names - use ISO C++ names instead
|
||||
#if _MSC_VER >= 1400 && !defined(_WIN64)
|
||||
#if _MSC_VER >= 1400
|
||||
#define open _open
|
||||
#define close _close
|
||||
#define read _read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue