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

user32/tests: Make test_LoadImage_working_directory_run() static.

parent 0185ee5d
......@@ -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;
......
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