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
5ae1d85b
Commit
5ae1d85b
authored
Oct 13, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
olepro32: Mark stubs as such.
parent
9ae995f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
olepro32stubs.c
dlls/olepro32/olepro32stubs.c
+4
-4
No files found.
dlls/olepro32/olepro32stubs.c
View file @
5ae1d85b
...
@@ -36,7 +36,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
...
@@ -36,7 +36,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
*/
*/
HRESULT
WINAPI
DllUnregisterServer
()
HRESULT
WINAPI
DllUnregisterServer
()
{
{
FIXME
(
"
not implemented (olepro32.dll)
\n
"
);
FIXME
(
"
stub
\n
"
);
return
S_OK
;
return
S_OK
;
}
}
...
@@ -45,7 +45,7 @@ HRESULT WINAPI DllUnregisterServer()
...
@@ -45,7 +45,7 @@ HRESULT WINAPI DllUnregisterServer()
*/
*/
HRESULT
WINAPI
DllRegisterServer
()
HRESULT
WINAPI
DllRegisterServer
()
{
{
FIXME
(
"
not implemented (olepro32.dll)
\n
"
);
FIXME
(
"
stub
\n
"
);
return
S_OK
;
return
S_OK
;
}
}
...
@@ -54,7 +54,7 @@ HRESULT WINAPI DllRegisterServer()
...
@@ -54,7 +54,7 @@ HRESULT WINAPI DllRegisterServer()
*/
*/
HRESULT
WINAPI
DllCanUnloadNow
(
void
)
HRESULT
WINAPI
DllCanUnloadNow
(
void
)
{
{
FIXME
(
"
not implemented (olepro32.dll)
\n
"
);
FIXME
(
"
stub
\n
"
);
return
S_OK
;
return
S_OK
;
}
}
...
@@ -63,6 +63,6 @@ HRESULT WINAPI DllCanUnloadNow(void)
...
@@ -63,6 +63,6 @@ HRESULT WINAPI DllCanUnloadNow(void)
*/
*/
HRESULT
WINAPI
DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
{
FIXME
(
"
not implemented (olepro32.dll)
\n
"
);
FIXME
(
"
stub
\n
"
);
return
S_OK
;
return
S_OK
;
}
}
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