mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
include/ddk: Make ntddk.h compatible with systems that don't support nameless unions.
This commit is contained in:
parent
11f985541a
commit
fa01fdc321
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user