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
dede8eba
Commit
dede8eba
authored
Apr 25, 2011
by
Austin English
Committed by
Alexandre Julliard
Apr 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole2.dll16: Add a stub for ReleaseStgMedium.
parent
66c42df0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
ole2.c
dlls/ole2.dll16/ole2.c
+10
-1
ole2.dll16.spec
dlls/ole2.dll16/ole2.dll16.spec
+1
-1
No files found.
dlls/ole2.dll16/ole2.c
View file @
dede8eba
...
...
@@ -333,7 +333,16 @@ HRESULT WINAPI ReadClassStg16(SEGPTR pstg, CLSID *pclsid)
/***********************************************************************
* GetConvertStg (OLE2.82)
*/
HRESULT
WINAPI
GetConvertStg16
(
LPSTORAGE
stg
)
{
HRESULT
WINAPI
GetConvertStg16
(
LPSTORAGE
stg
)
{
FIXME
(
"unimplemented stub!
\n
"
);
return
E_FAIL
;
}
/***********************************************************************
* ReleaseStgMedium (OLE2.32)
*/
VOID
WINAPI
ReleaseStgMedium16
(
LPSTGMEDIUM
medium
)
{
FIXME
(
"%p: unimplemented stub!
\n
"
,
medium
);
}
dlls/ole2.dll16/ole2.dll16.spec
View file @
dede8eba
...
...
@@ -29,7 +29,7 @@
29 stub CREATEGENERICCOMPOSITE
30 pascal GetRunningObjectTable(long ptr) GetRunningObjectTable16
31 stub OLEGETMALLOC
32
stub RELEASESTGMEDIUM
32
pascal ReleaseStgMedium(ptr) ReleaseStgMedium16
33 stub READSTRINGSTREAM
34 stub WRITESTRINGSTREAM
35 pascal RegisterDragDrop(word segptr) RegisterDragDrop16
...
...
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