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
b3b61dad
Commit
b3b61dad
authored
Jul 26, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jul 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation fixes.
parent
bb721402
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
oleaut.c
dlls/oleaut32/oleaut.c
+6
-0
No files found.
dlls/oleaut32/oleaut.c
View file @
b3b61dad
...
...
@@ -140,6 +140,9 @@ HRESULT WINAPI OLEAUT32_DllUnregisterServer() {
extern
void
_get_STDFONT_CF
(
LPVOID
);
/***********************************************************************
* DllGetClassObject (OLEAUT32.1)
*/
HRESULT
WINAPI
OLEAUT32_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
iid
,
LPVOID
*
ppv
)
{
*
ppv
=
NULL
;
...
...
@@ -154,6 +157,9 @@ HRESULT WINAPI OLEAUT32_DllGetClassObject(REFCLSID rclsid, REFIID iid,LPVOID *pp
return
CLASS_E_CLASSNOTAVAILABLE
;
}
/***********************************************************************
* DllCanUnloadNow (OLEAUT32.410)
*/
HRESULT
WINAPI
OLEAUT32_DllCanUnloadNow
()
{
FIXME
(
"(), stub!
\n
"
);
return
S_FALSE
;
...
...
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