remove the entrypoint="0" in d3d8 wine

revert white space change, all file in directx/wine are from wine, and no change should be made

svn path=/trunk/; revision=30389
This commit is contained in:
Magnus Olsen 2007-11-12 14:08:56 +00:00
parent 233f55f44f
commit 28ad3034a2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="d3d8" type="win32dll" entrypoint="0" installbase="system32" installname="d3d8.dll" allowwarnings ="true">
<module name="d3d8" type="win32dll" installbase="system32" installname="d3d8.dll" allowwarnings ="true">
<importlibrary definition="d3d8.spec.def" />
<include base="d3d8">.</include>
<include base="ReactOS">include/reactos/wine</include>