Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk, updated.
ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed (MinGW Notification List)
2. [mingw] #39129: missing definition PAGE_TARGETS_INVALID
winnt.h (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Sat, 08 Jun 2019 06:21:55 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk,
updated. ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.
The branch, 5.2-trunk has been updated
via ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed (commit)
from c146597e10fc3b2d2551153b3fc5800d0206960e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff1fc6e4f7b403375e02e53f6cb96d9c67dbf8ed
Author: Keith Marshall <[email protected]>
Date: Fri Jun 7 21:53:34 2019 +0100
Add missing definitions; fix MinGW-Bug #39129
-----------------------------------------------------------------------
Summary of changes:
w32api/ChangeLog | 7 +++++++
w32api/include/winnt.h | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
hooks/post-receive
--
mingw-org-wsl (mingw)
------------------------------
Message: 2
Date: Fri, 07 Jun 2019 22:29:57 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39129: missing definition
PAGE_TARGETS_INVALID winnt.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#39129: missing definition PAGE_TARGETS_INVALID winnt.h
Open Date: 2019-04-13 23:17
Last Update: 2019-06-07 22:29
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/39129
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39129
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2019-06-07 22:29 Updated by: keith
* Status Update from Open to Closed
* Resolution Update from Later to Fixed
* Details Updated
Comment:
I've now pushed this update to the repository; it will be included in the next
release.
---------------------------------------------------------------------
Ticket Status:
Reporter: rich_coe
Owner: keith
Type: Issues
Status: Closed
Priority: 5 - Medium
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
I was compiling code for mingw and the code made a reference to
PAGE_TARGETS_INVALID.
I found it defined here: https://docs.microsoft.com/en-us/windows/desktop/
memory/memory-protection-constants
mingw-w64-headers/include/winnt.h
#define PAGE_WRITECOMBINE 0x400
+ #define PAGE_TARGETS_INVALID 0x40000000
I looked at cygwin, but I didn't find winnt.h in their stuff.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/39129
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39129
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 21, Issue 5
*******************************************