On Tue, 21 Jul 2026 09:42:32 GMT, Alexey Ivanov <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove m_listDefWindowProc > > src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp line 3241: > >> 3239: // subclass dialog's parent to receive additional messages >> 3240: WNDPROC lpfnWndProc = >> ComCtl32Util::GetInstance().SubclassHWND(hDlg, >> 3241: >> PageDialogWndProc); > > `lpfnWndProc` is not needed. True, I removed it too. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3628447327
