Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2000-11-26 04:03:10 +00:00 committed by Alexandre Julliard
parent 0c0193aa73
commit be0d06541a
2 changed files with 8 additions and 3 deletions

View file

@ -10,6 +10,9 @@
#include "winerror.h"
#include "debugtools.h"
/***********************************************************************
* DCIOpenProvider (DCIMAN32.@)
*/
HDC WINAPI
DCIOpenProvider(void) {
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);

View file

@ -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");