]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETER
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 7 Apr 2020 16:54:59 +0000 (18:54 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 7 Apr 2020 17:04:41 +0000 (19:04 +0200)
commit3d1360113d2d917124f9715baa9e2cfb6ad96915
treeb205cb092bd1c08926ba6b5da9b7df276974c128
parent3fe9b02ccd6aeb684e39ca3fb9a6fd3ee5ede852
Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETER

PMEM_EXTENDED_PARAMETER is defined in the local winlean.h as long
as mingw-w64 doesn't define it (in winnt.h).  ntdll.h needs the
definition for declaring NtMapViewOfSectionEx.  cygpath.cc and ps.cc
both include ntdll.h but not winlean.h, so they complain about the
missing definition.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/utils/cygpath.cc
winsup/utils/ps.cc
This page took 0.032337 seconds and 5 git commands to generate.