RFR: JDK-8285730: unify _WIN32_WINNT settings [v3]
Alan Bateman
alanb at openjdk.java.net
Tue May 3 08:27:22 UTC 2022
On Thu, 28 Apr 2022 07:13:24 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> src/java.base/windows/native/libnio/ch/wepoll.c line 159:
>>
>>> 157:
>>> 158: #undef _WIN32_WINNT
>>> 159: #define _WIN32_WINNT 0x0601
>>
>> This is 3rd party code and would prefer not change it if possible.
>
> Hi Alan, I agree (thats why I did not change the define in harfbuzz, but I missed that wepoll.c is 3rd party code as well).
I assume you can revert the update to the copyright header in the latest version as there aren't any changes to this source file now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8428
More information about the nio-dev
mailing list