> [JDK-8387298](https://bugs.openjdk.org/browse/JDK-8387298) removed the > IS_WINXP macro, and the updated code in ComCtl32Util::UnsubclassHWND and > ComCtl32Util::DefWindowProc doesn't use the _DefWindowProc parameter any more. > > Thus, the _DefWindowProc parameter can be removed from these functions. > > Removing these parameters requires updating all the usages of the functions, > for example, in awt_Component.cpp, awt_Choice.cpp... > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision: Adjust COPYRIGHT year info, remove a comment and some Prop handling ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31814/files - new: https://git.openjdk.org/jdk/pull/31814/files/c3754b80..57f40743 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31814&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31814&range=00-01 Stats: 12 lines in 4 files changed: 0 ins; 9 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/31814.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31814/head:pull/31814 PR: https://git.openjdk.org/jdk/pull/31814
