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
fa5f56fc
Commit
fa5f56fc
authored
Nov 01, 1998
by
Ove Kaaven
Committed by
Alexandre Julliard
Nov 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added CoFreeLibrary stub.
parent
94fa029b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
compobj.c
ole/compobj.c
+8
-0
ole32.spec
relay32/ole32.spec
+1
-1
No files found.
ole/compobj.c
View file @
fa5f56fc
...
...
@@ -571,6 +571,14 @@ HRESULT WINAPI CoCreateInstance(
}
/***********************************************************************
* CoFreeLibrary [COMPOBJ.13]
*/
void
WINAPI
CoFreeLibrary
(
HINSTANCE32
hInst
)
{
FIXME
(
ole
,
"(), stub !
\n
"
);
}
/***********************************************************************
* CoFreeUnusedLibraries [COMPOBJ.17]
*/
void
WINAPI
CoFreeUnusedLibraries
()
...
...
relay32/ole32.spec
View file @
fa5f56fc
...
...
@@ -13,7 +13,7 @@ type win32
10 stdcall CoFileTimeNow(ptr) CoFileTimeNow
11 stdcall CoFileTimeToDosDateTime(ptr ptr ptr) FileTimeToDosDateTime
12 stub CoFreeAllLibraries
13 st
ub
CoFreeLibrary
13 st
dcall CoFreeLibrary(long)
CoFreeLibrary
14 stdcall CoFreeUnusedLibraries() CoFreeUnusedLibraries
15 stub CoGetCallerTID
16 stub CoGetClassObject
...
...
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