kernel32/tests : try3 added tests for copyfileex

Dmitry Timoshkov dmitry at baikal.ru
Fri Jan 11 10:55:02 CST 2013


Patrick Rudolph <siro at das-labor.org> wrote:

> +    if (!pCopyFileExA)
> +        win_skip("CopyFileExA is not available\n");

Continuing at this point doesn't seem much useful. Also you need
to use pCopyFileExA instead of direct CopyFileExA calls everywhere
in the test, otherwise .exe won't even load under Windows due to
dynamic linking errors.

Sorry, I missed that in previous review.

-- 
Dmitry.



More information about the wine-devel mailing list