On Fri, 10 Jul 2026 11:11:34 GMT, Alexey Ivanov <[email protected]> wrote:

>> Matthias Baesken has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Remove NativeDialogWndProcProp from awt_FileDialog.cpp
>
> src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp line 3208:
> 
>> 3206: 
>> 3207:     WNDPROC lpfnWndProc = (WNDPROC)(::GetProp(hWnd, 
>> NativeDialogWndProcProp));
>> 3208:     return ComCtl32Util::GetInstance().DefWindowProc(hWnd, message, 
>> wParam, lParam);
> 
> Remove `::GetProp`, `::SetProp` and `::RemoveProp` for 
> `NativeDialogWndProcProp`.

Removed NativeDialogWndProcProp references from this file.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3559752604

Reply via email to