Commit fa64a7d8 authored by Mark Harmstone's avatar Mark Harmstone Committed by Alexandre Julliard

include: Add definition of GUID_All_Objects.

parent 25b4d6be
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment