wined3d: Don't use the same GUID for IWineD3D and IWineD3DDevice.

Henri Verbeet hverbeet at codeweavers.com
Thu Nov 20 06:32:00 CST 2008


---
 include/wine/wined3d_interface.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/wine/wined3d_interface.h b/include/wine/wined3d_interface.h
index 2188176..8443767 100644
--- a/include/wine/wined3d_interface.h
+++ b/include/wine/wined3d_interface.h
@@ -116,9 +116,9 @@ DEFINE_GUID(IID_IWineD3D,
 DEFINE_GUID(IID_IWineD3DBase,
 0x46799311, 0x8e0e, 0x40ce, 0xb2, 0xec, 0xdd, 0xb9, 0x9f, 0x18, 0xfc, 0xb4);
 
-/* {108F9C44-6F30-11d9-C687-00046142C14F} */
+/* {6d10a2ce-09d0-4a53-a427-11388f9f8ca5} */
 DEFINE_GUID(IID_IWineD3DDevice, 
-0x108f9c44, 0x6f30, 0x11d9, 0xc6, 0x87, 0x0, 0x4, 0x61, 0x42, 0xc1, 0x4f);
+0x6d10a2ce, 0x09d0, 0x4a53, 0xa4, 0x27, 0x11, 0x38, 0x8f, 0x9f, 0x8c, 0xa5);
 
 /* {f756720c-32b9-4439-b5a3-1d6c97037d9e} */
 DEFINE_GUID(IID_IWineD3DPalette,
-- 
1.5.6.4



--------------060508010104040509000901--



More information about the wine-patches mailing list