• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: Commit

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

Revisionff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed (tree)
Time2019-06-08 05:53:34
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Add missing definitions; fix MinGW-Bug #39129

Change Summary

Incremental Difference

--- a/w32api/ChangeLog
+++ b/w32api/ChangeLog
@@ -1,3 +1,10 @@
1+2019-06-07 Keith Marshall <keith@users.osdn.me>
2+
3+ Add missing definitions; fix MinGW-Bug #39129
4+
5+ * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
6+ (PAGE_TARGETS_NO_UPDATE): Likewise.
7+
18 2019-05-03 Keith Marshall <keith@users.osdn.me>
29
310 Correct a typographic error; fix MinGW-Bug #39193
--- a/w32api/include/winnt.h
+++ b/w32api/include/winnt.h
@@ -6,7 +6,7 @@
66 * $Id$
77 *
88 * Written by Anders Norlander <anorland@hem2.passagen.se>
9- * Copyright (C) 1998-2011, 2016, 2017, MinGW.org Project
9+ * Copyright (C) 1998-2011, 2016, 2017, 2019, MinGW.org Project
1010 *
1111 *
1212 * Permission is hereby granted, free of charge, to any person obtaining a
@@ -1048,6 +1048,8 @@ typedef DWORD FLONG;
10481048 #define PAGE_EXECUTE_READ 0x0020
10491049 #define PAGE_EXECUTE_READWRITE 0x0040
10501050 #define PAGE_EXECUTE_WRITECOPY 0x0080
1051+#define PAGE_TARGETS_INVALID 0x40000000
1052+#define PAGE_TARGETS_NO_UPDATE 0x40000000
10511053 #define PAGE_GUARD 0x0100
10521054 #define PAGE_NOCACHE 0x0200
10531055 #define PAGE_WRITECOMBINE 0x0400
Show on old repository browser