From 6e953875045c8a0a4ffbdc58c1e20fc393b4de9c Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Thu, 26 Jul 2007 17:07:24 +0000 Subject: [PATCH] Fix the Winhelp build I know this is a pretty bad "fix", but as long as we have nothing better and Winhelp builds again, we have to use it ;-) svn path=/trunk/; revision=27863 --- reactos/base/applications/winhelp/lex.yy.c | 2 +- reactos/base/applications/winhelp/winhelp.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/base/applications/winhelp/lex.yy.c b/reactos/base/applications/winhelp/lex.yy.c index 0f38be750f1..a95b98a4988 100644 --- a/reactos/base/applications/winhelp/lex.yy.c +++ b/reactos/base/applications/winhelp/lex.yy.c @@ -9,7 +9,7 @@ #define YY_FLEX_MINOR_VERSION 5 #include - +#define WINE_WARN DPRINT /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ #ifdef c_plusplus diff --git a/reactos/base/applications/winhelp/winhelp.h b/reactos/base/applications/winhelp/winhelp.h index 419880b5c5f..b49324c63ae 100644 --- a/reactos/base/applications/winhelp/winhelp.h +++ b/reactos/base/applications/winhelp/winhelp.h @@ -33,6 +33,8 @@ #define BUTTON_CX 6 #define BUTTON_CY 6 +#define WINE_WARN DPRINT + #ifndef RC_INVOKED #include