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