Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
826c1af1
Commit
826c1af1
authored
Apr 09, 2001
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added GetConvertStg stub.
parent
a1d0bc39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ole32.spec
dlls/ole32/ole32.spec
+1
-1
storage32.c
dlls/ole32/storage32.c
+5
-0
No files found.
dlls/ole32/ole32.spec
View file @
826c1af1
...
...
@@ -79,7 +79,7 @@ debug_channels (ole relay storage)
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop
66 stub EnableHookObject
67 stdcall GetClassFile(ptr ptr) GetClassFile
68 st
ub
GetConvertStg
68 st
dcall GetConvertStg(ptr)
GetConvertStg
69 stub GetDocumentBitStg
70 stdcall GetHGlobalFromILockBytes(ptr ptr) GetHGlobalFromILockBytes
71 stdcall GetHGlobalFromStream(ptr ptr) GetHGlobalFromStream
...
...
dlls/ole32/storage32.c
View file @
826c1af1
...
...
@@ -6969,3 +6969,8 @@ HRESULT WINAPI OleConvertIStorageToOLESTREAM (
return
hRes
;
}
HRESULT
WINAPI
GetConvertStg
(
LPGUID
guid
)
{
FIXME
(
"(%s), unimplemented stub!
\n
"
,
debugstr_guid
(
guid
));
return
E_FAIL
;
}
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