mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix build
svn path=/trunk/; revision=52142
This commit is contained in:
parent
96cf66ac35
commit
1ea0675e6b
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue