mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +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;
|
} IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION;
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
|
#ifndef UNALIGNED
|
||||||
|
#define UNALIGNED
|
||||||
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,2)
|
#pragma pack(push,2)
|
||||||
typedef struct _IMAGE_RELOCATION {
|
typedef struct _IMAGE_RELOCATION {
|
||||||
union {
|
union {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue