[ros-diffs] [cfinck] 29047: This is hopefully the last fix needed to build LiveCD on Unix hosts again

cfinck at svn.reactos.org cfinck at svn.reactos.org
Fri Sep 14 21:34:25 CEST 2007


Author: cfinck
Date: Fri Sep 14 23:34:24 2007
New Revision: 29047

URL: http://svn.reactos.org/svn/reactos?rev=29047&view=rev
Log:
This is hopefully the last fix needed to build LiveCD on Unix hosts again

Modified:
    trunk/reactos/lib/cmlib/cmdata.h

Modified: trunk/reactos/lib/cmlib/cmdata.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/cmdata.h?rev=29047&r1=29046&r2=29047&view=diff
==============================================================================
--- trunk/reactos/lib/cmlib/cmdata.h (original)
+++ trunk/reactos/lib/cmlib/cmdata.h Fri Sep 14 23:34:24 2007
@@ -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 @@
     UCHAR Data[0];
 } CM_KEY_SECURITY, *PCM_KEY_SECURITY;
 
+#ifdef CMLIB_HOST
+#include <host/poppack.h>
+#else
 #include <poppack.h>
+#endif
 
 #endif
 




More information about the Ros-diffs mailing list