- Add macro to avoid warning

- Revert my fix to IID_IPortMidi

svn path=/trunk/; revision=39141
This commit is contained in:
Johannes Anderwald 2009-01-27 17:35:34 +00:00
parent 6e7271a51d
commit 9577cba3fa

View file

@ -1074,10 +1074,13 @@ typedef IPort *PPORT;
*/
DEFINE_GUID(IID_IPortMidi,
0xb4c90a24L, 0x5791, 0x11d0, 0x86, 0xf9, 0x00, 0xa0, 0xc9, 0x11, 0xb5, 0x44);
0xb4c90a40L, 0x5791, 0x11d0, 0x86, 0xf9, 0x00, 0xa0, 0xc9, 0x11, 0xb5, 0x44);
DEFINE_GUID(CLSID_PortMidi,
0xb4c90a43L, 0x5791, 0x11d0, 0x86, 0xf9, 0x00, 0xa0, 0xc9, 0x11, 0xb5, 0x44);
#undef INTERFACE
#define INTERFACE IPortMidi
DECLARE_INTERFACE_(IPortMidi, IPort)
{
DEFINE_ABSTRACT_UNKNOWN()