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