This is hopefully the last fix needed to build LiveCD on Unix hosts again

svn path=/trunk/; revision=29047
This commit is contained in:
Colin Finck 2007-09-14 19:34:24 +00:00
parent d23dadadee
commit e9c97ddea4

View file

@ -20,7 +20,11 @@
#ifndef _CM_
#ifdef CMLIB_HOST
#include <host/pshpack1.h>
#else
#include <pshpack1.h>
#endif
typedef struct _CM_VIEW_OF_FILE
{
@ -147,7 +151,11 @@ typedef struct _CM_KEY_SECURITY
UCHAR Data[0];
} CM_KEY_SECURITY, *PCM_KEY_SECURITY;
#ifdef CMLIB_HOST
#include <host/poppack.h>
#else
#include <poppack.h>
#endif
#endif