aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/winmidi.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-04 01:21:14 +0100
committercbdev <cb@cbcdn.com>2019-12-04 01:21:14 +0100
commit1107a91861189d28d771d02d721d61b403aac38a (patch)
tree8fb26aa55dcd4aadf645485d91522414e4f21bd5 /backends/winmidi.h
parentbd9ab579eba35db70ad1ce17d556aeda5866156d (diff)
downloadmidimonster-1107a91861189d28d771d02d721d61b403aac38a.tar.gz
midimonster-1107a91861189d28d771d02d721d61b403aac38a.tar.bz2
midimonster-1107a91861189d28d771d02d721d61b403aac38a.zip
Explicitly mark the backend init symbol visible
Diffstat (limited to 'backends/winmidi.h')
-rw-r--r--backends/winmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/winmidi.h b/backends/winmidi.h
index e4abda1..ffa6a26 100644
--- a/backends/winmidi.h
+++ b/backends/winmidi.h
@@ -1,6 +1,6 @@
#include "midimonster.h"
-int init();
+MM_PLUGIN_API int init();
static int winmidi_configure(char* option, char* value);
static int winmidi_configure_instance(instance* inst, char* option, char* value);
static instance* winmidi_instance();