On Fri, 10 Jul 2026 11:13:20 GMT, Alexey Ivanov <[email protected]> wrote:
>> 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 > > src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h line 1: > >> 1: /* > > Bump the copyright year. done! > src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp line 1: > >> 1: /* > > Bump the copyright year? Done! > src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.cpp line 1: > >> 1: /* > > Bump the copyright year. Done! > src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.cpp line 67: > >> 65: } >> 66: } >> 67: return ComCtl32Util::GetInstance().DefWindowProc(hWnd, message, >> wParam, lParam); > > `::SetProp` and `::RemoveProp` for `NativeDialogWndProcProp` are to be > removed. NativeDialogWndProcProp has been removed from the file. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3559499000 PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3559512901 PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3559502320 PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3559509721
