mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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:
parent
bb0998a443
commit
ec8a8e45f6
2 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue