diff options
author | Wohlstand <admin@wohlnet.ru> | 2018-07-31 02:26:06 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2018-07-31 02:26:06 +0300 |
commit | 626354e6d686d20c43b4d9aa929b85840e6e1015 (patch) | |
tree | 22ec4e0c4827dcdf967021c649731001ce399fa1 /src/adlmidi_private.hpp | |
parent | 0e2fa8ce1c740737e918f26931ab32c2eb917d80 (diff) | |
download | libADLMIDI-626354e6d686d20c43b4d9aa929b85840e6e1015.tar.gz libADLMIDI-626354e6d686d20c43b4d9aa929b85840e6e1015.tar.bz2 libADLMIDI-626354e6d686d20c43b4d9aa929b85840e6e1015.zip |
Fixed MSVC Build of shared library
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 6a8719e..6fe7ad2 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -144,6 +144,7 @@ typedef BW_MidiSequencer MidiSequencer; #include "adldata.hh" +#define ADLMIDI_BUILD #include "adlmidi.h" //Main API #ifndef ADLMIDI_DISABLE_CPP_EXTRAS |