Author: tkreuzer
Date: Tue Jun 7 22:54:43 2011
New Revision: 52142
URL:
http://svn.reactos.org/svn/reactos?rev=52142&view=rev
Log:
Fix build
Modified:
trunk/reactos/tools/pecoff.h
Modified: trunk/reactos/tools/pecoff.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/pecoff.h?rev=52142&a…
==============================================================================
--- trunk/reactos/tools/pecoff.h [iso-8859-1] (original)
+++ trunk/reactos/tools/pecoff.h [iso-8859-1] Tue Jun 7 22:54:43 2011
@@ -209,6 +209,10 @@
} IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION;
#pragma pack(pop)
+#ifndef UNALIGNED
+#define UNALIGNED
+#endif
+
#pragma pack(push,2)
typedef struct _IMAGE_RELOCATION {
union {