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>

View file

@ -446,7 +446,7 @@ struct IDirect3DVolumeTexture8Impl
/* TODO: Generate a valid GUIDs */
/* {83B073CE-6F30-11d9-C687-00046142C14F} */
DEFINE_GUID(IID_IDirect3DStateBlock8,
DEFINE_GUID(IID_IDirect3DStateBlock8,
0x83b073ce, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
DEFINE_GUID(IID_IDirect3DVertexDeclaration8,