mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8285730: unify _WIN32_WINNT settings
Reviewed-by: dholmes, erikj, ihse, prr, alanb
This commit is contained in:
parent
bd6026c10c
commit
4fd79a6ad2
7 changed files with 8 additions and 31 deletions
|
@ -23,11 +23,6 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/* Access APIs for Windows Vista and above */
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0601
|
||||
#endif
|
||||
|
||||
#include "jni.h"
|
||||
#include "jni_util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue