mscoree: Mark cordebug_init as hidden.

This commit is contained in:
Marcus Meissner 2011-10-03 13:27:31 +02:00 committed by Alexandre Julliard
parent 9437705c2a
commit e2c5a0c23e

View file

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