Commit 21be6a6c authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

winetest: Show correct filenames on test.winehq.org.

parent b73f30f8
......@@ -165,10 +165,7 @@ static void remove_dir (const char *dir)
static const char* get_test_source_file(const char* test, const char* subtest)
{
static const char* special_dirs[][2] = {
{ "gdi32", "gdi"}, { "kernel32", "kernel" },
{ "msacm32", "msacm" },
{ "user32", "user" }, { "winspool.drv", "winspool" },
{ "ws2_32", "winsock" }, { 0, 0 }
{ 0, 0 }
};
static char buffer[MAX_PATH];
int i;
......
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