Author: cfinck
Date: Fri Mar 7 15:10:03 2008
New Revision: 32599
URL:
http://svn.reactos.org/svn/reactos?rev=3D32599&view=3Drev
Log:
Update two includes to not rely on target headers anymore
Modified:
trunk/reactos/tools/widl/typelib_struct.h
Modified: trunk/reactos/tools/widl/typelib_struct.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/typelib_st=
ruct.h?rev=3D32599&r1=3D32598&r2=3D32599&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/tools/widl/typelib_struct.h (original)
+++ trunk/reactos/tools/widl/typelib_struct.h Fri Mar 7 15:10:03 2008
@@ -302,7 +302,7 @@
*
*/
=
-#include "pshpack1.h"
+#include <host/pshpack1.h>
=
typedef struct {
/*00*/ DWORD SLTG_magic; /* 0x47544c53 =3D=3D "SLTG" */
@@ -599,7 +599,7 @@
WORD typeofarray
*/
=
-#include "poppack.h"
+#include <host/poppack.h>
=
/*---------------------------END------------------------------------------=
--*/
#endif