activate wine own guid for dsound ?
authorMagnus Olsen <magnus@greatlord.com>
Tue, 21 Dec 2004 18:14:11 +0000 (18:14 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Tue, 21 Dec 2004 18:14:11 +0000 (18:14 +0000)
first step geting dsound compile
wine dsound compile agein
need todo some clean work now

svn path=/trunk/; revision=12275

reactos/lib/dxguid/dxguid-mingw.c

index 274904f..65d3343 100644 (file)
 #include <basetyps.h>
 #endif 
 
-// wine own ?
-//DEFINE_GUID(IID_IDsDriver,           0x8C4233C0l, 0xB4CC, 0x11CE, 0x92, 0x94, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00);
-//DEFINE_GUID(IID_IDsDriverNotify,     0x00363EF44, 0x3B57, 0x11D3, 0xAC, 0x79, 0x00, 0x10, 0x5A, 0x01, 0x7f, 0xe1);
-//DEFINE_GUID(IID_IDsDriverPropertySet,        0x0F6F2E8E0, 0xD842, 0x11D0, 0x8F, 0x75, 0x00, 0xC0, 0x4F, 0xC2, 0x8A, 0xCA);
-//DEFINE_GUID(IID_IDsDriverBuffer,     0x8C4233C1l, 0xB4CC, 0x11CE, 0x92, 0x94, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00);
-// this is wrong but it keep dinput happy
+// wine own or ?
+// but it keep dsound happy
+DEFINE_GUID(IID_IDsDriver,             0x8C4233C0l, 0xB4CC, 0x11CE, 0x92, 0x94, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00);
+DEFINE_GUID(IID_IDsDriverNotify,       0x00363EF44, 0x3B57, 0x11D3, 0xAC, 0x79, 0x00, 0x10, 0x5A, 0x01, 0x7f, 0xe1);
+DEFINE_GUID(IID_IDsDriverPropertySet,  0x0F6F2E8E0, 0xD842, 0x11D0, 0x8F, 0x75, 0x00, 0xC0, 0x4F, 0xC2, 0x8A, 0xCA);
+DEFINE_GUID(IID_IDsDriverBuffer,       0x8C4233C1l, 0xB4CC, 0x11CE, 0x92, 0x94, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00);
+// 
 
 // ok