Francois Gouget : include: Add the Dll(Un)RegisterServer() prototypes to olectl.h.
Module: wine Branch: master Commit: a78067fee3fca78d49515c850c81c92f544a3dde URL: http://source.winehq.org/git/wine.git/?a=commit;h=a78067fee3fca78d49515c850c... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Dec 13 21:10:45 2011 +0100 include: Add the Dll(Un)RegisterServer() prototypes to olectl.h. --- 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);
participants (1)
-
Alexandre Julliard