I was looking into adding the 'new' dloadhelper.lib (Windows 8+, required to be used for UWP apps) to mingw-w64. I was looking at Makefile.am to see how libdelayimp.a is built, and I noticed that there doesn't seem to be any sources added to it. Indeed, ar p libdelayimp.a shows no contents. It seems what *should* be in libdelayimp.a is actually in libmingwex.a. Is this intentional? Will this cause me issues if I try to create and use libdloadhelper.a which contains an alternate implementation of __delayLoadHelper2 and __HrLoadAllImportsForDll?
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
