From 2b47cce3f0bda4d693f62692af053ff7313d12d0 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Fri, 14 Sep 2007 19:13:03 +0000 Subject: [PATCH] Forgot to change these ones as well. But somehow it compiled fine under Windows, even without these changes. svn path=/trunk/; revision=29044 --- reactos/tools/wrc/newstruc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/wrc/newstruc.c b/reactos/tools/wrc/newstruc.c index b65c65893c3..db969e32cbf 100644 --- a/reactos/tools/wrc/newstruc.c +++ b/reactos/tools/wrc/newstruc.c @@ -32,7 +32,7 @@ #include "utils.h" #include "parser.h" -#include +#include typedef struct { DWORD biSize; @@ -41,7 +41,7 @@ typedef struct WORD biPlanes; WORD biBitCount; } BITMAPOS2HEADER; -#include +#include /* Generate new_* functions that have no parameters (NOTE: no ';') */ __NEW_STRUCT_FUNC(dialog)