Commit 1e931086 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Make test_define_dos_deviceA() static.

parent 5e9a1eee
...@@ -75,7 +75,7 @@ static void test_query_dos_deviceA(void) ...@@ -75,7 +75,7 @@ static void test_query_dos_deviceA(void)
HeapFree( GetProcessHeap(), 0, buffer ); HeapFree( GetProcessHeap(), 0, buffer );
} }
void test_define_dos_deviceA(void) static void test_define_dos_deviceA(void)
{ {
char drivestr[3]; char drivestr[3];
char buf[MAX_PATH]; char buf[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