include/ddk: Make ntddk.h compatible with systems that don't support nameless unions.

oldstable
Francois Gouget 2015-02-28 17:30:51 +01:00 committed by Alexandre Julliard
parent 11f985541a
commit fa01fdc321
1 changed files with 2 additions and 2 deletions

View File

@ -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;