- Re-add allowwarnings="true" for wrc too
authorStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 19 Jan 2009 22:54:50 +0000 (22:54 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 19 Jan 2009 22:54:50 +0000 (22:54 +0000)
- Re-add the wmc header fix too, accidentally reverted in previous commit

svn path=/trunk/; revision=38958

reactos/tools/wmc/wmctypes.h
reactos/tools/wrc/wrc.rbuild

index 9fdb3a7..8842003 100644 (file)
@@ -22,6 +22,7 @@
 #define __WMC_WMCTYPES_H
 
 #include <stdarg.h>
+#include <string.h>
 #include <host/typedefs.h>
 
 /* Byteordering defines */
index 3aa0e4a..4ea83b3 100644 (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" />