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…
Reference in New Issue