Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ba929411
Commit
ba929411
authored
Feb 27, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Feb 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
2e8fa343
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ole32.spec
dlls/ole32/ole32.spec
+2
-2
shlwapi.spec
dlls/shell32/shlwapi.spec
+2
-2
No files found.
dlls/ole32/ole32.spec
View file @
ba929411
...
@@ -85,9 +85,9 @@ type win32
...
@@ -85,9 +85,9 @@ type win32
82 stdcall MonikerCommonPrefixWith(ptr ptr ptr) MonikerCommonPrefixWith
82 stdcall MonikerCommonPrefixWith(ptr ptr ptr) MonikerCommonPrefixWith
83 stub MonikerRelativePathTo
83 stub MonikerRelativePathTo
84 stdcall OleBuildVersion() OleBuildVersion
84 stdcall OleBuildVersion() OleBuildVersion
85 st
ub
OleConvertIStorageToOLESTREAM
85 st
dcall OleConvertIStorageToOLESTREAM(ptr ptr)
OleConvertIStorageToOLESTREAM
86 stub OleConvertIStorageToOLESTREAMEx
86 stub OleConvertIStorageToOLESTREAMEx
87 st
ub
OleConvertOLESTREAMToIStorage
87 st
dcall OleConvertOLESTREAMToIStorage(ptr ptr ptr)
OleConvertOLESTREAMToIStorage
88 stub OleConvertOLESTREAMToIStorageEx
88 stub OleConvertOLESTREAMToIStorageEx
89 stdcall OleCreate(ptr ptr long ptr ptr ptr ptr) OleCreate
89 stdcall OleCreate(ptr ptr long ptr ptr ptr ptr) OleCreate
90 stdcall OleCreateDefaultHandler(ptr ptr ptr ptr) OleCreateDefaultHandler
90 stdcall OleCreateDefaultHandler(ptr ptr ptr ptr) OleCreateDefaultHandler
...
...
dlls/shell32/shlwapi.spec
View file @
ba929411
...
@@ -209,8 +209,8 @@ type win32
...
@@ -209,8 +209,8 @@ type win32
@ stub PathGetDriveNumberW #(str) PathGetDriveNumber
@ stub PathGetDriveNumberW #(str) PathGetDriveNumber
@ stub PathIsContentTypeA
@ stub PathIsContentTypeA
@ stub PathIsContentTypeW
@ stub PathIsContentTypeW
@ st
ub
PathIsDirectoryA
@ st
dcall PathIsDirectoryA(str)
PathIsDirectoryA
@ st
ub
PathIsDirectoryW
@ st
dcall PathIsDirectoryW(wstr)
PathIsDirectoryW
@ stub PathIsFileSpecA
@ stub PathIsFileSpecA
@ stub PathIsFileSpecW
@ stub PathIsFileSpecW
@ stub PathIsPrefixA
@ stub PathIsPrefixA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment