Author: ekohl Date: Sat Oct 9 22:54:37 2010 New Revision: 49086
URL: http://svn.reactos.org/svn/reactos?rev=49086&view=rev Log: [WIDL] Fix Unix build.
Modified: trunk/reactos/tools/widl/typelib_struct.h trunk/reactos/tools/widl/widl_ros.diff
Modified: trunk/reactos/tools/widl/typelib_struct.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/typelib_struct.h... ============================================================================== --- trunk/reactos/tools/widl/typelib_struct.h [iso-8859-1] (original) +++ trunk/reactos/tools/widl/typelib_struct.h [iso-8859-1] Sat Oct 9 22:54:37 2010 @@ -302,7 +302,7 @@ * */
-#include "pshpack1.h" +#include <host/pshpack1.h>
typedef struct { /*00*/ DWORD SLTG_magic; /* 0x47544c53 == "SLTG" */ @@ -599,7 +599,7 @@ WORD typeofarray */
-#include "poppack.h" +#include <host/poppack.h>
/*---------------------------END--------------------------------------------*/ #endif
Modified: trunk/reactos/tools/widl/widl_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/widl_ros.diff?re... ============================================================================== --- trunk/reactos/tools/widl/widl_ros.diff [iso-8859-1] (original) +++ trunk/reactos/tools/widl/widl_ros.diff [iso-8859-1] Sat Oct 9 22:54:37 2010 @@ -41,6 +41,27 @@
#include "widl.h" #include "utils.h" +diff -u wine-1.3.4/tools/widl/typelib_struct.h tools/widl/typelib_struct.h +--- wine-1.3.4/tools/widl/typelib_struct.h 2010-09-19 17:50:40.953125000 +0200 ++++ tools/widl/typelib_struct.h 2010-10-10 00:50:32.921875000 +0200 +@@ -302,7 +302,7 @@ + * + */ + +-#include "pshpack1.h" ++#include <host/pshpack1.h> + + typedef struct { + /*00*/ DWORD SLTG_magic; /* 0x47544c53 == "SLTG" */ +@@ -599,7 +599,7 @@ + WORD typeofarray + */ + +-#include "poppack.h" ++#include <host/poppack.h> + + /*---------------------------END--------------------------------------------*/ + #endif diff -u wine-1.3.4/tools/widl/widltypes.h tools/widl/widltypes.h --- wine-1.3.4/tools/widl/widltypes.h 2010-09-19 17:51:38.890625000 +0200 +++ tools/widl/widltypes.h 2010-09-19 19:17:19.656250000 +0200