mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
mscoree/tests: Make test_createinstance() static.
This commit is contained in:
parent
bc1d6e5098
commit
cd35ac901f
@ -390,7 +390,7 @@ static void test_createconfigstream(void)
|
||||
DeleteFileW(file);
|
||||
}
|
||||
|
||||
void test_createinstance(void)
|
||||
static void test_createinstance(void)
|
||||
{
|
||||
HRESULT hr;
|
||||
ICLRMetaHost *host;
|
||||
|
Loading…
Reference in New Issue
Block a user