- Re-add allowwarnings="true" for wrc too

- Re-add the wmc header fix too, accidentally reverted in previous commit

svn path=/trunk/; revision=38958
This commit is contained in:
Stefan Ginsberg 2009-01-19 22:54:50 +00:00
parent bb0998a443
commit ec8a8e45f6
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#define __WMC_WMCTYPES_H
#include <stdarg.h>
#include <string.h>
#include <host/typedefs.h>
/* Byteordering defines */

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="wrc" type="buildtool">
<module name="wrc" type="buildtool" allowwarnings="true">
<define name="WINE_UNICODE_API">" "</define>
<include base="unicode" />
<include base="wpp" />