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
b017bdca
Commit
b017bdca
authored
Nov 28, 2014
by
Austin English
Committed by
Alexandre Julliard
Dec 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole2: Add a stub for WriteClassStg.
parent
6fd25a45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
ole2.c
dlls/ole2.dll16/ole2.c
+9
-0
ole2.dll16.spec
dlls/ole2.dll16/ole2.dll16.spec
+1
-1
No files found.
dlls/ole2.dll16/ole2.c
View file @
b017bdca
...
...
@@ -346,3 +346,12 @@ VOID WINAPI ReleaseStgMedium16(LPSTGMEDIUM medium)
{
FIXME
(
"%p: unimplemented stub!
\n
"
,
medium
);
}
/***********************************************************************
* WriteClassStg16 (OLE2.19)
*/
HRESULT
WINAPI
WriteClassStg16
(
IStorage
*
stg
,
REFCLSID
clsid
)
{
FIXME
(
"stub:%p %s
\n
"
,
stg
,
debugstr_guid
(
clsid
));
return
STG_E_MEDIUMFULL
;
}
dlls/ole2.dll16/ole2.dll16.spec
View file @
b017bdca
...
...
@@ -16,7 +16,7 @@
16 stub OLEISRUNNING
17 stub OLELOCKRUNNING
18 pascal ReadClassStg(segptr ptr) ReadClassStg16
19
stub WRITECLASSSTG
19
pascal WriteClassStg(segptr ptr) WriteClassStg16
20 stub READCLASSSTM
21 stub WRITECLASSSTM
22 stub BINDMONIKER
...
...
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