Fixed some issues found by winapi_check.
This commit is contained in:
parent
2e8fa343e6
commit
ba9294111e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue