vendor: portmidi: simplify foreign import

This commit is contained in:
Sébastien Marie
2022-03-02 18:43:17 +00:00
parent 3145935d6b
commit d3f3528d1d
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -9,6 +9,8 @@ when ODIN_OS == .Windows {
"system:Winmm.lib",
"system:Advapi32.lib",
}
} else {
foreign import lib "system:portmidi"
}
#assert(size_of(b32) == size_of(c.int))
@@ -519,4 +521,4 @@ foreign lib {
WriteSysEx() writes a timestamped system-exclusive midi message.
*/
WriteSysEx :: proc(stream: Stream, whence: Timestamp, msg: cstring) -> Error ---
}
}