[USER32] .spec: Fix GetDpiForMonitorInternal() param type (#8302)

Use ptr for handles.
This commit is contained in:
Serge Gautherie
2025-08-08 23:36:35 +02:00
committed by GitHub
parent f24b57378e
commit ea41cfe290

View File

@@ -293,7 +293,7 @@
@ stdcall GetDlgItemTextA(long long ptr long)
@ stdcall GetDlgItemTextW(long long ptr long)
@ stdcall GetDoubleClickTime() NtUserGetDoubleClickTime
@ stdcall -version=0x601+ GetDpiForMonitorInternal(long long ptr ptr)
@ stdcall -version=0x601+ GetDpiForMonitorInternal(ptr long ptr ptr)
@ stdcall -version=0xA00+ GetDpiForSystem()
@ stdcall -version=0xA00+ GetDpiForWindow(ptr)
@ stdcall GetFocus()