cmake build system: visiblity support for clang
[supercollider.git] / SCClassLibrary / Platform / windows / extMIDIOut.sc
blob8cfeee508ad48ad3cd59f6ec37f8bb086224ea8d
1 + MIDIOut {
2                 // these are required on linux but not windows
3                 // so we have stubs to prevent errors running linux code on windows
4         connect {}
5         disconnect {}
6         *connect {}
7         *disconnect {}
8         *connectByUID {}
9         *disconnectByUID {}