• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

修订版ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed (tree)
时间2019-06-08 05:53:34
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Add missing definitions; fix MinGW-Bug #39129

更改概述

差异

--- 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