remove the entrypoint="0" in d3d8 wine
authorMagnus Olsen <magnus@greatlord.com>
Mon, 12 Nov 2007 14:08:56 +0000 (14:08 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Mon, 12 Nov 2007 14:08:56 +0000 (14:08 +0000)
revert white space change, all file in directx/wine are from wine, and no change should be made

svn path=/trunk/; revision=30389

reactos/dll/directx/wine/d3d8/d3d8.rbuild
reactos/dll/directx/wine/d3d8/d3d8_private.h

index 5015c46..653fce1 100644 (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>
index be1edb0..229762b 100644 (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,