From: Keith Marshall Date: Fri, 7 Jun 2019 20:53:34 +0000 (+0100) Subject: Add missing definitions; fix MinGW-Bug #39129 X-Git-Tag: wsl-5.2.2-release~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed;p=mingw%2Fmingw-org-wsl.git Add missing definitions; fix MinGW-Bug #39129 --- diff --git a/w32api/ChangeLog b/w32api/ChangeLog index 0a5c44e..009ed87 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,3 +1,10 @@ +2019-06-07 Keith Marshall + + Add missing definitions; fix MinGW-Bug #39129 + + * include/winnt.h (PAGE_TARGETS_INVALID): Define it. + (PAGE_TARGETS_NO_UPDATE): Likewise. + 2019-05-03 Keith Marshall Correct a typographic error; fix MinGW-Bug #39193 diff --git a/w32api/include/winnt.h b/w32api/include/winnt.h index ce1ad6d..ef056af 100644 --- a/w32api/include/winnt.h +++ b/w32api/include/winnt.h @@ -6,7 +6,7 @@ * $Id$ * * Written by Anders Norlander - * Copyright (C) 1998-2011, 2016, 2017, MinGW.org Project + * Copyright (C) 1998-2011, 2016, 2017, 2019, MinGW.org Project * * * Permission is hereby granted, free of charge, to any person obtaining a @@ -1048,6 +1048,8 @@ typedef DWORD FLONG; #define PAGE_EXECUTE_READ 0x0020 #define PAGE_EXECUTE_READWRITE 0x0040 #define PAGE_EXECUTE_WRITECOPY 0x0080 +#define PAGE_TARGETS_INVALID 0x40000000 +#define PAGE_TARGETS_NO_UPDATE 0x40000000 #define PAGE_GUARD 0x0100 #define PAGE_NOCACHE 0x0200 #define PAGE_WRITECOMBINE 0x0400