Cygwin: drop outdated __MINGW64_VERSION_MAJOR checks

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-08-04 20:55:25 +02:00
parent 7073ef4e8f
commit 12a3b696a4
2 changed files with 0 additions and 11 deletions

View File

@ -1465,12 +1465,6 @@ extern "C"
NTSTATUS NTAPI NtMapViewOfSection (HANDLE, HANDLE, PVOID *, ULONG_PTR, SIZE_T,
PLARGE_INTEGER, PSIZE_T, SECTION_INHERIT,
ULONG, ULONG);
/* For the extended memory API. */
#if __MINGW64_VERSION_MAJOR < 8
#error "Version >= 8 of the w32api headers is required"
#endif
NTSTATUS NTAPI NtMapViewOfSectionEx (HANDLE, HANDLE, PVOID *, PLARGE_INTEGER,
PSIZE_T, ULONG, ULONG,
PMEM_EXTENDED_PARAMETER, ULONG);

View File

@ -99,11 +99,6 @@ details. */
extern "C" {
#endif
/* For the extended memory API. */
#if __MINGW64_VERSION_MAJOR < 8
#error "Version >= 8 of the w32api headers is required"
#endif
/* IsWow64Process2 should be declared in <w32api/wow64apiset.h> but
isn't yet. */
BOOL WINAPI IsWow64Process2(HANDLE, USHORT *, USHORT *);