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
be0d0654
Commit
be0d0654
authored
Nov 26, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Nov 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
0c0193aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
dciman_main.c
dlls/dciman32/dciman_main.c
+3
-0
ole32_main.c
dlls/ole32/ole32_main.c
+5
-3
No files found.
dlls/dciman32/dciman_main.c
View file @
be0d0654
...
...
@@ -10,6 +10,9 @@
#include "winerror.h"
#include "debugtools.h"
/***********************************************************************
* DCIOpenProvider (DCIMAN32.@)
*/
HDC
WINAPI
DCIOpenProvider
(
void
)
{
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
...
...
dlls/ole32/ole32_main.c
View file @
be0d0654
...
...
@@ -12,9 +12,8 @@ DEFAULT_DEBUG_CHANNEL(ole);
HINSTANCE
OLE32_hInstance
=
0
;
static
INT
OLE32_RefCount
=
0
;
/*************************************************************************
* OLE32_DllEntryPoint
*
/***********************************************************************
* DllEntryPoint (OLE32.@)
*/
BOOL
WINAPI
OLE32_DllEntryPoint
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
fImpLoad
)
...
...
@@ -37,6 +36,9 @@ BOOL WINAPI OLE32_DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImp
return
TRUE
;
}
/***********************************************************************
* DllRegisterServer (OLE32.@)
*/
HRESULT
WINAPI
OLE32_DllRegisterServer
()
{
/* FIXME: what Interfaces should we register ... */
FIXME
(
"(), stub!
\n
"
);
...
...
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