kernel32/tests: test that GetModuleFileName returns an absolute path

Thomas Faber thfabba at gmx.de
Sun Dec 25 10:00:25 CST 2011


On 2011-12-25 17:12, Dmitry Timoshkov wrote:
> 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.

Hmm okay.
I'll just use strchr(path, '\\') as a substitute for PathIsRelative then,
though that's not as accurate of course.

Thanks.

-Tom



More information about the wine-devel mailing list