kernel32/tests: test that GetModuleFileName returns an absolute path

Dmitry Timoshkov dmitry at baikal.ru
Sun Dec 25 10:12:35 CST 2011


Thomas Faber <thfabba at gmx.de> wrote:

> diff --git a/dlls/kernel32/tests/Makefile.in b/dlls/kernel32/tests/Makefile.in
> index dce27db..2ce3ec6 100644
> --- a/dlls/kernel32/tests/Makefile.in
> +++ b/dlls/kernel32/tests/Makefile.in
> @@ -1,5 +1,5 @@
>  TESTDLL   = kernel32.dll
> -IMPORTS   = user32 advapi32
> +IMPORTS   = user32 advapi32 shlwapi

Adding a shlwapi dependency to the kernel32 test suite is not a good idea,
please find a way to avoid it.

-- 
Dmitry.



More information about the wine-devel mailing list