user32/tests: Make test_LoadImage_working_directory_run() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-12-09 01:41:57 +01:00 committed by Alexandre Julliard
parent 0185ee5d99
commit 1d52a6e1b6
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ static void create_ico_file(const char *filename, const test_icon_entries_t *tes
HeapFree(GetProcessHeap(), 0, buf);
}
void test_LoadImage_working_directory_run(char *path)
static void test_LoadImage_working_directory_run(char *path)
{
DWORD bytes_written;
HANDLE handle;