From 28ad3034a2e6bdb517a881d95ab7088a3ee052f8 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 12 Nov 2007 14:08:56 +0000 Subject: [PATCH] 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 --- reactos/dll/directx/wine/d3d8/d3d8.rbuild | 2 +- reactos/dll/directx/wine/d3d8/d3d8_private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/directx/wine/d3d8/d3d8.rbuild b/reactos/dll/directx/wine/d3d8/d3d8.rbuild index 5015c467f71..653fce10dc6 100644 --- a/reactos/dll/directx/wine/d3d8/d3d8.rbuild +++ b/reactos/dll/directx/wine/d3d8/d3d8.rbuild @@ -1,6 +1,6 @@ - + . include/reactos/wine diff --git a/reactos/dll/directx/wine/d3d8/d3d8_private.h b/reactos/dll/directx/wine/d3d8/d3d8_private.h index be1edb03e4e..229762b9957 100644 --- a/reactos/dll/directx/wine/d3d8/d3d8_private.h +++ b/reactos/dll/directx/wine/d3d8/d3d8_private.h @@ -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,