RFR: 8289770: Drop IS_WINVISTA macro from ShellFolder2.cpp
Julian Waters
jwaters at openjdk.org
Thu Apr 11 12:03:40 UTC 2024
On Thu, 11 Apr 2024 09:33:09 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> This clean-up PR removes unused Windows version macro from `ShellFolder2.cpp`.
>
> `IS_WINVISTA` was not used at all.
>
> `IS_WINXP` guarded support for icons with alpha channel. It is now safe to assume Java runs on a Windows version later than Windows XP. Java launchers specify 6.0 as the minimum OS version which corresponds to Windows Vista.
Marked as reviewed by jwaters (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18736#pullrequestreview-1994012775
More information about the client-libs-dev
mailing list