mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-03 16:19:01 -04:00

* 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.
13 lines
271 B
Modula-2
13 lines
271 B
Modula-2
EXPORTS
|
|
HttpQueryInfoA@20
|
|
HttpOpenRequestA@32
|
|
HttpSendRequestA@20
|
|
InternetCloseHandle@4
|
|
InternetConnectA@32
|
|
InternetCrackUrlA@16
|
|
InternetGetConnectedState@8
|
|
InternetGetLastResponseInfoA@12
|
|
InternetOpenA@20
|
|
InternetReadFile@16
|
|
InternetSetOptionA@16
|
|
|