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
This commit is contained in:
Colin Finck 2007-07-26 17:07:24 +00:00
parent ce4721237b
commit 6e95387504
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -33,6 +33,8 @@
#define BUTTON_CX 6
#define BUTTON_CY 6
#define WINE_WARN DPRINT
#ifndef RC_INVOKED
#include <stdarg.h>