---
mingw-w64-headers/include/memoryapi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/memoryapi.h
b/mingw-w64-headers/include/memoryapi.h
index 6263d3c..1fb9ffd 100755
--- a/mingw-w64-headers/include/memoryapi.h
+++ b/mingw-w64-headers/include/memoryapi.h
@@ -49,6 +49,7 @@ extern "C" {
WINBASEAPI WINBOOL WINAPI UnmapViewOfFile (LPCVOID lpBaseAddress);
WINBASEAPI HANDLE WINAPI CreateFileMappingFromApp (HANDLE hFile,
PSECURITY_ATTRIBUTES SecurityAttributes, ULONG PageProtection, ULONG64
MaximumSize, PCWSTR Name);
WINBASEAPI PVOID WINAPI MapViewOfFileFromApp (HANDLE hFileMappingObject,
ULONG DesiredAccess, ULONG64 FileOffset, SIZE_T NumberOfBytesToMap);
+ WINBASEAPI WINBOOL WINAPI VirtualFree (LPVOID lpAddress, SIZE_T dwSize,
DWORD dwFreeType);
#if _WIN32_WINNT >= 0x0A00
WINBASEAPI PVOID WINAPI VirtualAllocFromApp(PVOID BaseAddress, SIZE_T Size,
ULONG AllocationType, ULONG Protection);
#endif
@@ -67,7 +68,6 @@ extern "C" {
#define FILE_CACHE_MIN_HARD_DISABLE 0x00000008
WINBASEAPI LPVOID WINAPI VirtualAlloc (LPVOID lpAddress, SIZE_T dwSize,
DWORD flAllocationType, DWORD flProtect);
- WINBASEAPI WINBOOL WINAPI VirtualFree (LPVOID lpAddress, SIZE_T dwSize,
DWORD dwFreeType);
WINBASEAPI LPVOID WINAPI VirtualAllocEx (HANDLE hProcess, LPVOID lpAddress,
SIZE_T dwSize, DWORD flAllocationType, DWORD flProtect);
WINBASEAPI WINBOOL WINAPI VirtualFreeEx (HANDLE hProcess, LPVOID lpAddress,
SIZE_T dwSize, DWORD dwFreeType);
WINBASEAPI WINBOOL WINAPI VirtualProtectEx (HANDLE hProcess, LPVOID
lpAddress, SIZE_T dwSize, DWORD flNewProtect, PDWORD lpflOldProtect);
--
2.8.1
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public