From e9c97ddea4875fcfbe22c68f749ae4dfc304354f Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Fri, 14 Sep 2007 19:34:24 +0000 Subject: [PATCH] This is hopefully the last fix needed to build LiveCD on Unix hosts again svn path=/trunk/; revision=29047 --- reactos/lib/cmlib/cmdata.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reactos/lib/cmlib/cmdata.h b/reactos/lib/cmlib/cmdata.h index fb6b7110e1f..90ff88bceaa 100644 --- a/reactos/lib/cmlib/cmdata.h +++ b/reactos/lib/cmlib/cmdata.h @@ -20,7 +20,11 @@ #ifndef _CM_ +#ifdef CMLIB_HOST +#include +#else #include +#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 +#else #include +#endif #endif