include: Add the Dll(Un)RegisterServer() prototypes to olectl.h.

Francois Gouget fgouget at free.fr
Tue Dec 13 14:10:45 CST 2011


---
 include/olectl.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/olectl.h b/include/olectl.h
index cda17f6..3ccf09c 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);
-- 
1.7.7.3



More information about the wine-patches mailing list