From 1705c8ba836f08ed273421927c83efef26be8116 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <[email protected]>
Date: Thu, 22 Jun 2023 00:49:23 +0530
Subject: [PATCH] headers: Add missing member in PROCESSOR_RELATIONSHIP structure

Required for firebird project.
https://github.com/FirebirdSQL/firebird/commit/d41cc855230297b836a0c43b6a3b25a6276c3b9c

Signed-off-by: Biswapriyo Nath <[email protected]>
---
 mingw-w64-headers/include/winnt.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mingw-w64-headers/include/winnt.h 
b/mingw-w64-headers/include/winnt.h
index 3548369..396580d 100644
--- a/mingw-w64-headers/include/winnt.h
+++ b/mingw-w64-headers/include/winnt.h
@@ -5341,7 +5341,8 @@ 
DEFINE_ENUM_FLAG_OPERATORS(JOB_OBJECT_IO_RATE_CONTROL_FLAGS)
 
     typedef struct _PROCESSOR_RELATIONSHIP {
       BYTE Flags;
-      BYTE Reserved[21];
+      BYTE EfficiencyClass;
+      BYTE Reserved[20];
       WORD GroupCount;
       GROUP_AFFINITY GroupMask[ANYSIZE_ARRAY];
     } PROCESSOR_RELATIONSHIP,*PPROCESSOR_RELATIONSHIP;
-- 
2.41.0

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to