[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    include/ddk: Make ntddk.h compatible with systems that don't support nameless unions.
From:       Francois Gouget <fgouget () free ! fr>
Date:       2015-02-28 16:30:51
Message-ID: alpine.DEB.2.11.1502281730350.22352 () amboise
[Download RAW message or body]

---
 include/ddk/ntddk.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/ddk/ntddk.h b/include/ddk/ntddk.h
index e9c3fba..bccfd39 100644
--- a/include/ddk/ntddk.h
+++ b/include/ddk/ntddk.h
@@ -119,8 +119,8 @@ typedef struct _IMAGE_INFO
             ULONG ImageMappedToAllPids : 1;
             ULONG ExtendedInfoPresent  : 1;
             ULONG Reserved             : 21;
-        };
-    };
+        } DUMMYSTRUCTNAME;
+    } DUMMYUNIONNAME;
     PVOID  ImageBase;
     ULONG  ImageSelector;
     SIZE_T ImageSize;
-- 
2.1.4


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic