Commit fa01fdc3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 11f98554
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment