Author: sginsberg
Date: Mon Jan 19 16:54:50 2009
New Revision: 38958
URL:
http://svn.reactos.org/svn/reactos?rev=38958&view=rev
Log:
- Re-add allowwarnings="true" for wrc too
- Re-add the wmc header fix too, accidentally reverted in previous commit
Modified:
trunk/reactos/tools/wmc/wmctypes.h
trunk/reactos/tools/wrc/wrc.rbuild
Modified: trunk/reactos/tools/wmc/wmctypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/wmctypes.h?rev=3…
==============================================================================
--- trunk/reactos/tools/wmc/wmctypes.h [iso-8859-1] (original)
+++ trunk/reactos/tools/wmc/wmctypes.h [iso-8859-1] Mon Jan 19 16:54:50 2009
@@ -22,6 +22,7 @@
#define __WMC_WMCTYPES_H
#include <stdarg.h>
+#include <string.h>
#include <host/typedefs.h>
/* Byteordering defines */
Modified: trunk/reactos/tools/wrc/wrc.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/wrc.rbuild?rev=3…
==============================================================================
--- trunk/reactos/tools/wrc/wrc.rbuild [iso-8859-1] (original)
+++ trunk/reactos/tools/wrc/wrc.rbuild [iso-8859-1] Mon Jan 19 16:54:50 2009
@@ -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" />