kernel32/tests: Make test_define_dos_deviceA() static.

This commit is contained in:
Francois Gouget 2011-08-01 15:51:39 +02:00 committed by Alexandre Julliard
parent 5e9a1eeeb5
commit 1e93108641
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static void test_query_dos_deviceA(void)
HeapFree( GetProcessHeap(), 0, buffer );
}
void test_define_dos_deviceA(void)
static void test_define_dos_deviceA(void)
{
char drivestr[3];
char buf[MAX_PATH];