Cygwin: revert autoloading of DiscardVirtualMemory
Commita3ae2a7348
("Cygwin: don't autoload some kernel32 functions") erroneously removed DiscardVirtualMemory from the list of autloaded functions. DiscardVirtualMemory is not available on Windows 8.1. Fixes:a3ae2a7348
("Cygwin: don't autoload some kernel32 functions") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
127166f707
commit
013de6b097
|
@ -465,6 +465,7 @@ LoadDLLfunc (GetUdpTable, iphlpapi)
|
|||
LoadDLLfunc (if_indextoname, iphlpapi)
|
||||
LoadDLLfunc (if_nametoindex, iphlpapi)
|
||||
|
||||
LoadDLLfuncEx2 (DiscardVirtualMemory, kernel32, 1, 127)
|
||||
LoadDLLfuncEx (ClosePseudoConsole, kernel32, 1)
|
||||
LoadDLLfuncEx (CreatePseudoConsole, kernel32, 1)
|
||||
LoadDLLfuncEx (IsWow64Process2, kernel32, 1)
|
||||
|
|
Loading…
Reference in New Issue