| commit | 433c9aa5fcf3f5dae3c3a652dddc278c539d354b | [log] [tgz] |
|---|---|---|
| author | Steve Lhomme <robux4@ycbcr.xyz> | Thu Jun 01 15:35:32 2023 +0200 |
| committer | LIU Hao <lh_mouse@126.com> | Mon Jun 05 22:50:54 2023 +0800 |
| tree | 8e9ffaa70212ab2584ff31f08560ce35f11a15e4 | |
| parent | def503a653be6d06504b3e9e3741d00180468a43 [diff] |
headers: check which version of UWP Windows contains Virtual functions * VirtualFree is always available in UWP * VirtualAlloc is only available since 19H1/18362 SDK * VirtualAllocEx is only available since 20H1/19041 SDK They are all found in api-ms-win-core-memory-l1-1-0 which is in mincore and windowsapp. It's one of the target DLLs [1] [1] https://learn.microsoft.com/en-us/uwp/win32-and-com/win32-apis#apis-from-api-ms-win-core-memory-l1-1-0dll Signed-off-by: LIU Hao <lh_mouse@126.com>