Commit e2c5a0c2 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mscoree: Mark cordebug_init as hidden.

parent 9437705c
......@@ -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__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment