kernel32/tests: Make test_StartupNoConsole() static.
This commit is contained in:
parent
7703852627
commit
ad2c07888e
|
@ -2656,7 +2656,7 @@ static void test_BreakawayOk(HANDLE job)
|
|||
ok(ret, "SetInformationJobObject error %u\n", GetLastError());
|
||||
}
|
||||
|
||||
void test_StartupNoConsole(void)
|
||||
static void test_StartupNoConsole(void)
|
||||
{
|
||||
#ifndef _WIN64
|
||||
char buffer[MAX_PATH];
|
||||
|
|
Loading…
Reference in New Issue