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 /include/adlmidi.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 'include/adlmidi.hpp')
-rw-r--r-- | include/adlmidi.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/adlmidi.hpp b/include/adlmidi.hpp index 6d01b8d..f2cd59d 100644 --- a/include/adlmidi.hpp +++ b/include/adlmidi.hpp @@ -24,9 +24,11 @@ #ifndef ADLMIDI_HPP #define ADLMIDI_HPP +#include "adlmidi.h" + struct ADL_MIDIPlayer; -class AdlInstrumentTester +class ADLMIDI_DECLSPEC AdlInstrumentTester { struct Impl; Impl *P; |