From a84934403d59381912c9f86be198695052214e28 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Wed, 20 Jun 2001 22:53:48 +0000 Subject: [PATCH] Fixed some issues found by winapi_check. --- dlls/commdlg/comdlg32.spec | 6 +++--- dlls/setupapi/setupx.spec | 2 +- dlls/user/user.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dlls/commdlg/comdlg32.spec b/dlls/commdlg/comdlg32.spec index 440823402ef..72f0ddf7315 100644 --- a/dlls/commdlg/comdlg32.spec +++ b/dlls/commdlg/comdlg32.spec @@ -21,8 +21,8 @@ debug_channels (commdlg) @ stdcall CommDlgExtendedError() CommDlgExtendedError @ stdcall FindTextA(ptr) FindTextA @ stdcall FindTextW(ptr) FindTextW -@ stdcall GetFileTitleA(ptr ptr long) GetFileTitleA -@ stdcall GetFileTitleW(ptr ptr long) GetFileTitleW +@ stdcall GetFileTitleA(str ptr long) GetFileTitleA +@ stdcall GetFileTitleW(wstr ptr long) GetFileTitleW @ stdcall GetOpenFileNameA(ptr) GetOpenFileNameA @ stdcall GetOpenFileNameW(ptr) GetOpenFileNameW @ stdcall GetSaveFileNameA(ptr) GetSaveFileNameA @@ -31,9 +31,9 @@ debug_channels (commdlg) @ stdcall PageSetupDlgA(ptr) PageSetupDlgA @ stdcall PageSetupDlgW(ptr) PageSetupDlgW @ stdcall PrintDlgA(ptr) PrintDlgA -@ stdcall PrintDlgW(ptr) PrintDlgW @ stdcall PrintDlgExA(ptr) PrintDlgExA @ stdcall PrintDlgExW(ptr) PrintDlgExW +@ stdcall PrintDlgW(ptr) PrintDlgW @ stdcall ReplaceTextA(ptr) ReplaceTextA @ stdcall ReplaceTextW(ptr) ReplaceTextW @ stub WantArrows diff --git a/dlls/setupapi/setupx.spec b/dlls/setupapi/setupx.spec index 8a848166f6e..05d95365b35 100644 --- a/dlls/setupapi/setupx.spec +++ b/dlls/setupapi/setupx.spec @@ -208,7 +208,7 @@ owner setupapi 408 stub IPGETDRIVERDATE 409 stub IPGETDRIVERVERSION 410 stub IpGetVersionString #(str str ptr word str) -411 stub VcpExplain #(ptr long) +411 pascal VcpExplain(ptr long) VcpExplain16 412 stub DiBuildDriverIndex #(word) 413 stub DiAddSingleInfToDrvIdx #(str word word) 414 stub FCEGETFLAGS diff --git a/dlls/user/user.spec b/dlls/user/user.spec index 45e009fe4f5..55963f646d6 100644 --- a/dlls/user/user.spec +++ b/dlls/user/user.spec @@ -529,7 +529,7 @@ rsrc resources/version16.res 663 stub GetMenuDefaultItem 664 stub SetMenuDefaultItem 665 pascal16 GetMenuItemRect(word word word ptr) GetMenuItemRect16 -666 stub CheckMenuRadioItem +666 pascal16 CheckMenuRadioItem(word word word word word) CheckMenuRadioItem16 667 stub TrackPopupMenuEx 668 pascal16 SetWindowRgn(word word word) SetWindowRgn16 669 stub GetWindowRgn -- 2.11.4.GIT