From a78067fee3fca78d49515c850c81c92f544a3dde Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 13 Dec 2011 21:10:45 +0100 Subject: [PATCH] include: Add the Dll(Un)RegisterServer() prototypes to olectl.h. --- include/olectl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/olectl.h b/include/olectl.h index cda17f6f696..3ccf09ca85d 100644 --- a/include/olectl.h +++ b/include/olectl.h @@ -183,6 +183,10 @@ typedef VARIANT_BOOL OLE_ENABLEDEFAULTBOOL; #define LP_VGACOLOR 0x2 #define LP_COLOR 0x4 +HRESULT WINAPI DllRegisterServer(void); + +HRESULT WINAPI DllUnregisterServer(void); + HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hicon); HRESULT WINAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);