We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e13e0 commit 375aa0aCopy full SHA for 375aa0a
1 file changed
modules/yup_audio_basics/midi/ump/yup_UMPTypes.h
@@ -24,6 +24,10 @@
24
namespace yup::ump
25
{
26
27
+#ifdef Status
28
+#undef Status
29
+#endif
30
+
31
using uint2_t = std::uint8_t;
32
using uint4_t = std::uint8_t;
33
using uint7_t = std::uint8_t;
0 commit comments