Patch is ok.

Thanks,
Kai

2016-05-24 11:24 GMT+02:00 Hugo Beauzée-Luyssen <h...@beauzee.fr>:
> It is available on desktop apps since XP, and on store apps since
> Windows 10
> ---
>  mingw-w64-headers/include/memoryapi.h | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/mingw-w64-headers/include/memoryapi.h 
> b/mingw-w64-headers/include/memoryapi.h
> index 46e18c4..0a2fbd7 100755
> --- a/mingw-w64-headers/include/memoryapi.h
> +++ b/mingw-w64-headers/include/memoryapi.h
> @@ -37,6 +37,10 @@ extern "C" {
>  #endif
>  #endif
>
> +#if (WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) && _WIN32_WINNT >= 
> 0x0A00) || WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
> +    WINBASEAPI WINBOOL WINAPI VirtualFree (LPVOID lpAddress, SIZE_T dwSize, 
> DWORD dwFreeType);
> +#endif
> +
>  #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP)
>  #define FILE_MAP_WRITE SECTION_MAP_WRITE
>  #define FILE_MAP_READ SECTION_MAP_READ
> @@ -51,7 +55,6 @@ extern "C" {
>    WINBASEAPI PVOID WINAPI MapViewOfFileFromApp (HANDLE hFileMappingObject, 
> ULONG DesiredAccess, ULONG64 FileOffset, SIZE_T NumberOfBytesToMap);
>  #if _WIN32_WINNT >= 0x0A00
>    WINBASEAPI PVOID WINAPI VirtualAllocFromApp(PVOID BaseAddress, SIZE_T 
> Size, ULONG AllocationType, ULONG  Protection);
> -  WINBASEAPI WINBOOL WINAPI VirtualFree (LPVOID lpAddress, SIZE_T dwSize, 
> DWORD dwFreeType);
>  #endif
>  #endif
>
> --
> 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
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

------------------------------------------------------------------------------
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
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to