]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- updated w32api-update patch to unbreak winbase.h with WIN8; release 5 auto/th/crossmingw32-w32api-5.0.2-5
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Apr 2019 16:27:30 +0000 (18:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Apr 2019 16:27:30 +0000 (18:27 +0200)
crossmingw32-w32api-winapi-update.patch
crossmingw32-w32api.spec

index 4ff80ab8515809cf7c2c168b079f635ec6021cd6..4f25d6d3c937ef8bbc80cd3d383a90bd5acbe065 100644 (file)
  #endif        /* Win7 and later */
  #endif        /* Windows Vista and later */
  #endif        /* Windows Server-2003 and later */
+--- w32api-5.0.2/include/winnt.h.orig  2017-11-28 19:03:04.000000000 +0100
++++ w32api-5.0.2/include/winnt.h       2019-04-27 18:17:44.580734108 +0200
+@@ -2716,6 +2716,11 @@
+   ULONGLONG           OtherTransferCount;
+ } IO_COUNTERS, *PIO_COUNTERS;
++typedef struct FILE_ID_128
++{ ULONGLONG LowPart;
++  ULONGLONG HighPart;
++} FILE_ID_128, *PFILE_ID_128;
++
+ typedef struct _FILE_NOTIFY_INFORMATION
+ { DWORD               NextEntryOffset;
+   DWORD               Action;
+@@ -3765,6 +3770,13 @@
+ { DWORD               MemberLevel;
+ } JOBOBJECT_JOBSET_INFORMATION, *PJOBOBJECT_JOBSET_INFORMATION;
++typedef enum _FIRMWARE_TYPE
++{ FirmwareTypeUnknown,
++  FirmwareTypeBios,
++  FirmwareTypeUefi,
++  FirmwareTypeMax
++} FIRMWARE_TYPE,*PFIRMWARE_TYPE;
++
+ /* Fixme: Making these defines conditional on WINVER will break ddk includes */
+ #if 1 /* (WINVER >= 0x0500) */
+ #include <pshpack4.h>
 --- w32api-5.0.2/include/ws2tcpip.h.orig       2017-11-09 02:35:48.000000000 +0100
 +++ w32api-5.0.2/include/ws2tcpip.h    2018-09-17 05:43:14.524718024 +0200
 @@ -356,6 +356,41 @@
index eb60ffda9411955c218420ac5e22a0edd6817f10..bf54a065e2324f7e129cdcd77e62058232dd8d61 100644 (file)
@@ -6,7 +6,7 @@ Version:        5.0.2
 %define        apisrc  w32api-%{apiver}-mingw32
 %define runver 5.0.2
 %define        runsrc  mingwrt-%{runver}-mingw32
-Release:       4
+Release:       5
 Epoch:         1
 License:       Free (Public Domain, SGI Free Software License B, BSD)
 Group:         Development/Libraries
This page took 0.136476 seconds and 4 git commands to generate.