Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinity
Both functions were introduce with Windows 7 only, so we need to autoload them for the sake of Vista/2008. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -584,7 +584,9 @@ LoadDLLfunc (if_nametoindex, 4, iphlpapi) | ||||
| LoadDLLfuncEx2 (DiscardVirtualMemory, 8, kernel32, 1, 127) | ||||
| LoadDLLfunc (GetCurrentProcessorNumberEx, 4, kernel32) | ||||
| LoadDLLfuncEx (GetLogicalProcessorInformationEx, 12, kernel32, 1) | ||||
| LoadDLLfuncEx (GetProcessGroupAffinity, 12, kernel32, 1) | ||||
| LoadDLLfunc (GetSystemTimePreciseAsFileTime, 4, kernel32) | ||||
| LoadDLLfuncEx (GetThreadGroupAffinity, 8, kernel32, 1) | ||||
| LoadDLLfuncEx (PrefetchVirtualMemory, 16, kernel32, 1) | ||||
| LoadDLLfunc (SetThreadGroupAffinity, 12, kernel32) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user