rufus/.mingw
Pete Batard 3194a4dac4
[net] drop direct hooking into wininet DLL and use delay-loading instead
* Now that we can delay-load DLLs for both MinGW and MSVC, we can remove the
  cumbersome direct DLL hooks into wininet.dll (which is vulnerable to side
  loading when not delay-loaded) and revert to using direct API calls instead.
* This reverts part of e1d864f755.
* Also attempt to silence a Coverity warning.
2022-04-12 13:35:41 +01:00
..
Makefile.am [net] drop direct hooking into wininet DLL and use delay-loading instead 2022-04-12 13:35:41 +01:00
Makefile.in [net] drop direct hooking into wininet DLL and use delay-loading instead 2022-04-12 13:35:41 +01:00
version.def [mingw] use delay loading for DLLs that are subject to side loading 2022-04-12 11:09:59 +01:00
wininet.def [net] drop direct hooking into wininet DLL and use delay-loading instead 2022-04-12 13:35:41 +01:00
wintrust.def [mingw] use delay loading for DLLs that are subject to side loading 2022-04-12 11:09:59 +01:00