mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
winetest: Show correct filenames on test.winehq.org.
This commit is contained in:
parent
b73f30f8eb
commit
21be6a6c80
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user