mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 10:03:56 +00:00
- Add macro to avoid warning
- Revert my fix to IID_IPortMidi svn path=/trunk/; revision=39141
This commit is contained in:
parent
6e7271a51d
commit
9577cba3fa
1 changed files with 4 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue