mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
- Fix a typo
svn path=/trunk/; revision=39139
This commit is contained in:
parent
5a8c721c32
commit
d74e05fa62
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue