Fix build

svn path=/trunk/; revision=52142
This commit is contained in:
Timo Kreuzer 2011-06-07 22:54:43 +00:00
parent 96cf66ac35
commit 1ea0675e6b

View file

@ -209,6 +209,10 @@ typedef struct _IMAGE_BASE_RELOCATION {
} IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION;
#pragma pack(pop)
#ifndef UNALIGNED
#define UNALIGNED
#endif
#pragma pack(push,2)
typedef struct _IMAGE_RELOCATION {
union {