- Fix a typo

svn path=/trunk/; revision=39139
This commit is contained in:
Johannes Anderwald 2009-01-27 16:53:18 +00:00
parent 5a8c721c32
commit d74e05fa62

View file

@ -1074,7 +1074,7 @@ typedef IPort *PPORT;
*/
DEFINE_GUID(IID_IPortMidi,
0xb4c90a24L, 0x5791, 0x11d0, 0x86, 0xf9, 0x00, 0xa0, 0xc9, 0x11, 0xb5, 0x44));
0xb4c90a24L, 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);