We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed7db9 commit d199c8cCopy full SHA for d199c8c
include/libremidi/cmidi2.hpp
@@ -6,6 +6,9 @@
6
#include <stdbool.h>
7
#include <stdint.h>
8
9
+#pragma GCC system_header
10
+#pragma clang system_header
11
+
12
#define CMIDI2_MIDI_2_0_RESERVED 0
13
#define CMIDI2_JR_TIMESTAMP_TICKS_PER_SECOND 31250
14
// FIXME: remove those global defs that are quite harmful (conflicts with other libraries)
0 commit comments