mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
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:
parent
ce4721237b
commit
6e95387504
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
#define BUTTON_CX 6
|
||||
#define BUTTON_CY 6
|
||||
|
||||
#define WINE_WARN DPRINT
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue