Commit ad2c0788 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Make test_StartupNoConsole() static.

parent 77038526
......@@ -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];
......
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