Author: cfinck Date: Thu Jul 26 21:07:24 2007 New Revision: 27863
URL: http://svn.reactos.org/svn/reactos?rev=27863&view=rev Log: 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 ;-)
Modified: trunk/reactos/base/applications/winhelp/lex.yy.c trunk/reactos/base/applications/winhelp/winhelp.h
Modified: trunk/reactos/base/applications/winhelp/lex.yy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/winhelp/l... ============================================================================== --- trunk/reactos/base/applications/winhelp/lex.yy.c (original) +++ trunk/reactos/base/applications/winhelp/lex.yy.c Thu Jul 26 21:07:24 2007 @@ -9,7 +9,7 @@ #define YY_FLEX_MINOR_VERSION 5
#include <stdio.h> - +#define WINE_WARN DPRINT
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ #ifdef c_plusplus
Modified: trunk/reactos/base/applications/winhelp/winhelp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/winhelp/w... ============================================================================== --- trunk/reactos/base/applications/winhelp/winhelp.h (original) +++ trunk/reactos/base/applications/winhelp/winhelp.h Thu Jul 26 21:07:24 2007 @@ -32,6 +32,8 @@ #define SHADOW_DY 10 #define BUTTON_CX 6 #define BUTTON_CY 6 + +#define WINE_WARN DPRINT
#ifndef RC_INVOKED