Marcus Meissner : mscoree: Mark cordebug_init as hidden.

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


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

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

mscoree: Mark cordebug_init as hidden.

---

 dlls/mscoree/mscoree_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mscoree/mscoree_private.h b/dlls/mscoree/mscoree_private.h
index a253262..15396f8 100644
--- a/dlls/mscoree/mscoree_private.h
+++ b/dlls/mscoree/mscoree_private.h
@@ -161,6 +161,6 @@ extern HRESULT RuntimeHost_Destroy(RuntimeHost *This) DECLSPEC_HIDDEN;
 
 HRESULT WINAPI CLRMetaHost_GetRuntime(ICLRMetaHost* iface, LPCWSTR pwzVersion, REFIID iid, LPVOID *ppRuntime) DECLSPEC_HIDDEN;
 
-extern void cordebug_init(RuntimeHost *This);
+extern void cordebug_init(RuntimeHost *This) DECLSPEC_HIDDEN;
 
 #endif   /* __MSCOREE_PRIVATE__ */




More information about the wine-cvs mailing list