8285730: unify _WIN32_WINNT settings

Reviewed-by: dholmes, erikj, ihse, prr, alanb
This commit is contained in:
Matthias Baesken 2022-05-10 06:45:15 +00:00
parent bd6026c10c
commit 4fd79a6ad2
7 changed files with 8 additions and 31 deletions

View file

@ -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"