change from warning to allowwarnings ="true" thx Christoph_vW and blight_

svn path=/trunk/; revision=18319
This commit is contained in:
Magnus Olsen 2005-10-08 00:41:31 +00:00
parent f66d835b98
commit a9fba037ec

View file

@ -1,4 +1,4 @@
<module name="dinput" type="win32dll" baseaddress="${BASEADDRESS_DINPUT}" installbase="system32" installname="dinput.dll" warnings="true">
<module name="dinput" type="win32dll" baseaddress="${BASEADDRESS_DINPUT}" installbase="system32" installname="dinput.dll" allowwarnings ="true">
<importlibrary definition="dinput.spec.def" />
<include base="dinput">.</include>
<include base="ReactOS">include/wine</include>