From e2c5a0c23eb48ee41f9e98eaea1bff576cfa2768 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Oct 2011 13:27:31 +0200 Subject: [PATCH] mscoree: Mark cordebug_init as hidden. --- dlls/mscoree/mscoree_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mscoree/mscoree_private.h b/dlls/mscoree/mscoree_private.h index a2532625cf1..15396f887ad 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__ */ -- 2.11.4.GIT