mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-02 05:08:39 -05:00
MSVC: EXPORT macro fixes
This commit is contained in:
@@ -877,7 +877,7 @@ __attribute__((destructor)) static void module_destroy()
|
||||
extern "C" {
|
||||
|
||||
// necessary for getting instance out of shared lib
|
||||
Plugin * PLUGIN_EXPORT lmms_plugin_main(Model *, void * _data) {
|
||||
PLUGIN_EXPORT Plugin * lmms_plugin_main(Model *, void * _data) {
|
||||
return (new Expressive(static_cast<InstrumentTrack *>(_data)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user