Re: kernel32/tests : try3 added tests for copyfileex
Jan. 11, 2013
4:55 p.m.
Patrick Rudolph <siro(a)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.
4823
Age (days ago)
4823
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov