[PATCH] mscoree: mark cordebug_init as hidden

Marcus Meissner meissner at suse.de
Mon Oct 3 06:27:31 CDT 2011


---
 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__ */
-- 
1.7.1




More information about the wine-patches mailing list