Mark Harmstone : include: Add definition of GUID_All_Objects.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 2 08:51:50 CST 2015


Module: wine
Branch: master
Commit: fa64a7d842fdc271541c12f11262b0e83e554948
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fa64a7d842fdc271541c12f11262b0e83e554948

Author: Mark Harmstone <hellas at burntcomma.com>
Date:   Fri Feb 27 21:32:16 2015 +0000

include: Add definition of GUID_All_Objects.

---

 include/dsound.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dsound.h b/include/dsound.h
index 9dd9671..c7a2bd5 100644
--- a/include/dsound.h
+++ b/include/dsound.h
@@ -668,6 +668,8 @@ DECLARE_INTERFACE_(IDirectSoundBuffer8,IUnknown)
 };
 #undef INTERFACE
 
+DEFINE_GUID(GUID_All_Objects, 0xaa114de5, 0xc262, 0x4169, 0xa1, 0xc8, 0x23, 0xd6, 0x98, 0xcc, 0x73, 0xb5);
+
 #if !defined(__cplusplus) || defined(CINTERFACE)
 /*** IUnknown methods ***/
 #define IDirectSoundBuffer8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)




More information about the wine-cvs mailing list