include: Add definition of GUID_All_Objects.

oldstable
Mark Harmstone 2015-02-27 21:32:16 +00:00 committed by Alexandre Julliard
parent 25b4d6be68
commit fa64a7d842
1 changed files with 2 additions and 0 deletions

View File

@ -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)