New winetest skipping test for nonexistent dll's

Jacek Caban jacek at codeweavers.com
Wed Aug 1 12:59:35 CDT 2007


Hi Paul,

Paul Vriens wrote:

> +
> +    dll = LoadLibrary(dllname);
> +    if (!dll) {

I think it would be better to call LoadLibraryEx(dllname, LOAD_LIBRARY_AS_DATA_FILE) here to avoid executing DllMain code.

Jacek





More information about the wine-devel mailing list