[MinGW-Notify] [mingw] #39129: missing definition PAGE_TARGETS_INVALID winnt.h

Back to archive index
MinGW Notification List mingw****@lists*****
Thu Apr 18 00:06:20 JST 2019


#39129: missing definition PAGE_TARGETS_INVALID winnt.h

  Open Date: 2019-04-13 23:17
Last Update: 2019-04-17 16:06

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-04-17 16:06 Updated by: keith
 * Owner Update from (None) to keith

 * Resolution Update from None to Later


Comment:

Thanks. I notice that PAGE_TARGETS_NO_UPDATE, (which appears to have the same
value), is also conspicuous by its absence. I've added both to my local copy of
the WSL repository, so they'll be included in my next push, and thus, in the
next WSL release.



---------------------------------------------------------------------
Ticket Status:

      Reporter: rich_coe
         Owner: keith
          Type: Issues
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: (None)
     Component: WSL
      Severity: 5 - Medium
    Resolution: Later
---------------------------------------------------------------------

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



More information about the MinGW-Notify mailing list
Back to archive index