mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Sorry, this broke build on certain Linux hosts
svn path=/trunk/; revision=38957
This commit is contained in:
parent
31febcab86
commit
bb0998a443
4 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<module name="widl" type="buildtool">
|
||||
<module name="widl" type="buildtool" allowwarnings="true">
|
||||
<define name="INT16">SHORT</define>
|
||||
<define name="YYDEBUG">1</define>
|
||||
<include base="wpp">.</include>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<module name="wmc" type="buildtool">
|
||||
<module name="wmc" type="buildtool" allowwarnings="true">
|
||||
<define name="WINE_UNICODE_API">" "</define>
|
||||
<include base="unicode">.</include>
|
||||
<library>unicode</library>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define __WMC_WMCTYPES_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <host/typedefs.h>
|
||||
|
||||
/* Byteordering defines */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<module name="wpp" type="hoststaticlibrary">
|
||||
<module name="wpp" type="hoststaticlibrary" allowwarnings="true">
|
||||
<file>lex.yy.c</file>
|
||||
<file>preproc.c</file>
|
||||
<file>wpp.c</file>
|
||||
|
|
Loading…
Reference in a new issue