mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
And here comes the next fix, this time for fixing the LiveCD build
svn path=/trunk/; revision=29045
This commit is contained in:
@@ -43,7 +43,11 @@ typedef ULONG HCELL_INDEX, *PHCELL_INDEX;
|
||||
#define HvGetCellType(Cell) \
|
||||
((ULONG)((Cell & HCELL_TYPE_MASK) >> HCELL_TYPE_SHIFT))
|
||||
|
||||
#ifdef CMLIB_HOST
|
||||
#include <host/pshpack1.h>
|
||||
#else
|
||||
#include <pshpack1.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @name HBASE_BLOCK
|
||||
@@ -127,7 +131,11 @@ typedef struct _HCELL
|
||||
LONG Size;
|
||||
} HCELL, *PHCELL;
|
||||
|
||||
#ifdef CMLIB_HOST
|
||||
#include <host/poppack.h>
|
||||
#else
|
||||
#include <poppack.h>
|
||||
#endif
|
||||
|
||||
#define IsFreeCell(Cell)(Cell->Size >= 0)
|
||||
#define IsUsedCell(Cell)(Cell->Size < 0)
|
||||
|
||||
Reference in New Issue
Block a user