Skip to content

Commit

Permalink
set OS preprocessor for right MIDI API
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Jul 11, 2024
1 parent 1c01ba6 commit d9c652d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
#include "RtMidi.h"

#if (__APPLE__)
#define MACOSX_CORE 1
#define __MACOSX_CORE__
#endif
#if (__linux__)
#define LINUX_ALSA 1
#define __LINUX_ALSA__
#endif

#if defined(LINK_PLATFORM_UNIX)
Expand Down

0 comments on commit d9c652d

Please sign in to comment.