Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2000-02-27 16:38:08 +00:00 committed by Alexandre Julliard
parent 2e8fa343e6
commit ba9294111e
2 changed files with 4 additions and 4 deletions

View File

@ -85,9 +85,9 @@ type win32
82 stdcall MonikerCommonPrefixWith(ptr ptr ptr) MonikerCommonPrefixWith
83 stub MonikerRelativePathTo
84 stdcall OleBuildVersion() OleBuildVersion
85 stub OleConvertIStorageToOLESTREAM
85 stdcall OleConvertIStorageToOLESTREAM(ptr ptr) OleConvertIStorageToOLESTREAM
86 stub OleConvertIStorageToOLESTREAMEx
87 stub OleConvertOLESTREAMToIStorage
87 stdcall OleConvertOLESTREAMToIStorage(ptr ptr ptr) OleConvertOLESTREAMToIStorage
88 stub OleConvertOLESTREAMToIStorageEx
89 stdcall OleCreate(ptr ptr long ptr ptr ptr ptr) OleCreate
90 stdcall OleCreateDefaultHandler(ptr ptr ptr ptr) OleCreateDefaultHandler

View File

@ -209,8 +209,8 @@ type win32
@ stub PathGetDriveNumberW #(str) PathGetDriveNumber
@ stub PathIsContentTypeA
@ stub PathIsContentTypeW
@ stub PathIsDirectoryA
@ stub PathIsDirectoryW
@ stdcall PathIsDirectoryA(str) PathIsDirectoryA
@ stdcall PathIsDirectoryW(wstr) PathIsDirectoryW
@ stub PathIsFileSpecA
@ stub PathIsFileSpecW
@ stub PathIsPrefixA