[PATCH 2/2] kernelbase/tests: Add some tests for PathCchCombineEx()

Jacek Caban jacek at codeweavers.com
Wed Feb 28 07:24:27 CST 2018


Hi Nikolay,

On 02/28/2018 11:54 AM, Nikolay Sivov wrote:
> +START_TEST(path)
> +{
> +    HMODULE hmod = LoadLibraryA("kernelbase.dll");
> +
> +    pPathCchCombineEx = (void *)GetProcAddress(hmod, "PathCchCombineEx");


Is there a reason not to link to kernelbase.dll directly?


Jacek




More information about the wine-devel mailing list