Commit a8493440 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed some issues found by winapi_check.

parent 35a723b5
...@@ -21,8 +21,8 @@ debug_channels (commdlg) ...@@ -21,8 +21,8 @@ debug_channels (commdlg)
@ stdcall CommDlgExtendedError() CommDlgExtendedError @ stdcall CommDlgExtendedError() CommDlgExtendedError
@ stdcall FindTextA(ptr) FindTextA @ stdcall FindTextA(ptr) FindTextA
@ stdcall FindTextW(ptr) FindTextW @ stdcall FindTextW(ptr) FindTextW
@ stdcall GetFileTitleA(ptr ptr long) GetFileTitleA @ stdcall GetFileTitleA(str ptr long) GetFileTitleA
@ stdcall GetFileTitleW(ptr ptr long) GetFileTitleW @ stdcall GetFileTitleW(wstr ptr long) GetFileTitleW
@ stdcall GetOpenFileNameA(ptr) GetOpenFileNameA @ stdcall GetOpenFileNameA(ptr) GetOpenFileNameA
@ stdcall GetOpenFileNameW(ptr) GetOpenFileNameW @ stdcall GetOpenFileNameW(ptr) GetOpenFileNameW
@ stdcall GetSaveFileNameA(ptr) GetSaveFileNameA @ stdcall GetSaveFileNameA(ptr) GetSaveFileNameA
...@@ -31,9 +31,9 @@ debug_channels (commdlg) ...@@ -31,9 +31,9 @@ debug_channels (commdlg)
@ stdcall PageSetupDlgA(ptr) PageSetupDlgA @ stdcall PageSetupDlgA(ptr) PageSetupDlgA
@ stdcall PageSetupDlgW(ptr) PageSetupDlgW @ stdcall PageSetupDlgW(ptr) PageSetupDlgW
@ stdcall PrintDlgA(ptr) PrintDlgA @ stdcall PrintDlgA(ptr) PrintDlgA
@ stdcall PrintDlgW(ptr) PrintDlgW
@ stdcall PrintDlgExA(ptr) PrintDlgExA @ stdcall PrintDlgExA(ptr) PrintDlgExA
@ stdcall PrintDlgExW(ptr) PrintDlgExW @ stdcall PrintDlgExW(ptr) PrintDlgExW
@ stdcall PrintDlgW(ptr) PrintDlgW
@ stdcall ReplaceTextA(ptr) ReplaceTextA @ stdcall ReplaceTextA(ptr) ReplaceTextA
@ stdcall ReplaceTextW(ptr) ReplaceTextW @ stdcall ReplaceTextW(ptr) ReplaceTextW
@ stub WantArrows @ stub WantArrows
......
...@@ -208,7 +208,7 @@ owner setupapi ...@@ -208,7 +208,7 @@ owner setupapi
408 stub IPGETDRIVERDATE 408 stub IPGETDRIVERDATE
409 stub IPGETDRIVERVERSION 409 stub IPGETDRIVERVERSION
410 stub IpGetVersionString #(str str ptr word str) 410 stub IpGetVersionString #(str str ptr word str)
411 stub VcpExplain #(ptr long) 411 pascal VcpExplain(ptr long) VcpExplain16
412 stub DiBuildDriverIndex #(word) 412 stub DiBuildDriverIndex #(word)
413 stub DiAddSingleInfToDrvIdx #(str word word) 413 stub DiAddSingleInfToDrvIdx #(str word word)
414 stub FCEGETFLAGS 414 stub FCEGETFLAGS
......
...@@ -529,7 +529,7 @@ rsrc resources/version16.res ...@@ -529,7 +529,7 @@ rsrc resources/version16.res
663 stub GetMenuDefaultItem 663 stub GetMenuDefaultItem
664 stub SetMenuDefaultItem 664 stub SetMenuDefaultItem
665 pascal16 GetMenuItemRect(word word word ptr) GetMenuItemRect16 665 pascal16 GetMenuItemRect(word word word ptr) GetMenuItemRect16
666 stub CheckMenuRadioItem 666 pascal16 CheckMenuRadioItem(word word word word word) CheckMenuRadioItem16
667 stub TrackPopupMenuEx 667 stub TrackPopupMenuEx
668 pascal16 SetWindowRgn(word word word) SetWindowRgn16 668 pascal16 SetWindowRgn(word word word) SetWindowRgn16
669 stub GetWindowRgn 669 stub GetWindowRgn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment