[ros-diffs] [cfinck] 29044: Forgot to change these ones as well. But somehow it compiled fine under Windows, even without these changes.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Fri Sep 14 21:13:03 CEST 2007


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=29044&r1=29043&r2=29044&view=diff
==============================================================================
--- 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)




More information about the Ros-diffs mailing list