Patrick Rudolph siro@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.