Marcus Meissner : ole32: Mark two functions as hidden.

Alexandre Julliard julliard at winehq.org
Mon Oct 3 17:21:25 CDT 2011


Module: wine
Branch: master
Commit: da0f475d4b64d3f26b3db44393f93ccdea834996
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=da0f475d4b64d3f26b3db44393f93ccdea834996

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Oct  3 13:28:32 2011 +0200

ole32: Mark two functions as hidden.

---

 dlls/ole32/compobj_private.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/compobj_private.h b/dlls/ole32/compobj_private.h
index 00024ab..fc92389 100644
--- a/dlls/ole32/compobj_private.h
+++ b/dlls/ole32/compobj_private.h
@@ -289,8 +289,8 @@ extern HRESULT WINAPI OLE32_DllGetClassObject(REFCLSID rclsid, REFIID iid,LPVOID
 extern HRESULT WINAPI OLE32_DllRegisterServer(void) DECLSPEC_HIDDEN;
 extern HRESULT WINAPI OLE32_DllUnregisterServer(void) DECLSPEC_HIDDEN;
 
-extern HRESULT Handler_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv);
-extern HRESULT HandlerCF_Create(REFCLSID rclsid, REFIID riid, LPVOID *ppv);
+extern HRESULT Handler_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv) DECLSPEC_HIDDEN;
+extern HRESULT HandlerCF_Create(REFCLSID rclsid, REFIID riid, LPVOID *ppv) DECLSPEC_HIDDEN;
 
 /* Exported non-interface Data Advise Holder functions */
 HRESULT DataAdviseHolder_OnConnect(IDataAdviseHolder *iface, IDataObject *pDelegate) DECLSPEC_HIDDEN;




More information about the wine-cvs mailing list