Skip to content

Commit 375aa0a

Browse files
committed
Fix tests
1 parent 57e13e0 commit 375aa0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/yup_audio_basics/midi/ump/yup_UMPTypes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
namespace yup::ump
2525
{
2626

27+
#ifdef Status
28+
#undef Status
29+
#endif
30+
2731
using uint2_t = std::uint8_t;
2832
using uint4_t = std::uint8_t;
2933
using uint7_t = std::uint8_t;

0 commit comments

Comments
 (0)