mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
Replaced double ChangeDisplaySettingsA by (Ex)[AW].
This commit is contained in:
parent
79077f3253
commit
b816680872
1 changed files with 2 additions and 2 deletions
|
@ -606,8 +606,8 @@ init MAIN_UserInit
|
|||
601 stub WNDPROC_CALLBACK
|
||||
602 stdcall DrawCaptionTempW(long long ptr long long wstr long) DrawCaptionTempW
|
||||
603 stub IsHungAppWindow
|
||||
604 stub ChangeDisplaySettingsA
|
||||
605 stub ChangeDisplaySettingsW
|
||||
604 stub ChangeDisplaySettingsExA
|
||||
605 stub ChangeDisplaySettingsExW
|
||||
606 stdcall SetWindowText(long str) SetWindowTextA
|
||||
607 stdcall GetMonitorInfoA(long ptr) GetMonitorInfoA
|
||||
608 stdcall GetMonitorInfoW(long ptr) GetMonitorInfoW
|
||||
|
|
Loading…
Reference in a new issue