From 626354e6d686d20c43b4d9aa929b85840e6e1015 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 31 Jul 2018 02:26:06 +0300 Subject: Fixed MSVC Build of shared library --- include/adlmidi.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/adlmidi.hpp') 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; -- cgit v1.2.3