mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
This is hopefully the last fix needed to build LiveCD on Unix hosts again
svn path=/trunk/; revision=29047
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user