Author: cfinck Date: Fri Sep 14 23:13:03 2007 New Revision: 29044
URL: http://svn.reactos.org/svn/reactos?rev=29044&view=rev Log: Forgot to change these ones as well. But somehow it compiled fine under Windows, even without these changes.
Modified: trunk/reactos/tools/wrc/newstruc.c
Modified: trunk/reactos/tools/wrc/newstruc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/newstruc.c?rev=29... ============================================================================== --- trunk/reactos/tools/wrc/newstruc.c (original) +++ trunk/reactos/tools/wrc/newstruc.c Fri Sep 14 23:13:03 2007 @@ -32,7 +32,7 @@ #include "utils.h" #include "parser.h"
-#include <pshpack2.h> +#include <host/pshpack2.h> typedef struct { DWORD biSize; @@ -41,7 +41,7 @@ WORD biPlanes; WORD biBitCount; } BITMAPOS2HEADER; -#include <poppack.h> +#include <host/poppack.h>
/* Generate new_* functions that have no parameters (NOTE: no ';') */ __NEW_STRUCT_FUNC(dialog)