Commit 70cd7404 authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Alexandre Julliard

The msacm directory is special.

parent 0d1b4239
...@@ -132,6 +132,7 @@ const char* get_test_source_file(const char* test, const char* subtest) ...@@ -132,6 +132,7 @@ const char* get_test_source_file(const char* test, const char* subtest)
{ {
static const char* special_dirs[][2] = { static const char* special_dirs[][2] = {
{ "gdi32", "gdi"}, { "kernel32", "kernel" }, { "gdi32", "gdi"}, { "kernel32", "kernel" },
{ "msacm32", "msacm" },
{ "user32", "user" }, { "winspool.drv", "winspool" }, { "user32", "user" }, { "winspool.drv", "winspool" },
{ "ws2_32", "winsock" }, { 0, 0 } { "ws2_32", "winsock" }, { 0, 0 }
}; };
......
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