mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- 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:
@@ -22,6 +22,7 @@
|
||||
#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="wrc" type="buildtool">
|
||||
<module name="wrc" type="buildtool" allowwarnings="true">
|
||||
<define name="WINE_UNICODE_API">" "</define>
|
||||
<include base="unicode" />
|
||||
<include base="wpp" />
|
||||
|
||||
Reference in New Issue
Block a user