mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-22 13:28:04 -05:00
MSVC: EXPORT macro fixes
This commit is contained in:
@@ -233,7 +233,7 @@ extern "C"
|
||||
{
|
||||
|
||||
// necessary for getting instance out of shared lib
|
||||
Plugin * PLUGIN_EXPORT lmms_plugin_main( Model * _parent, void * _data )
|
||||
PLUGIN_EXPORT Plugin * lmms_plugin_main( Model * _parent, void * _data )
|
||||
{
|
||||
return( new dynProcEffect( _parent,
|
||||
static_cast<const Plugin::Descriptor::SubPluginFeatures::Key *>(
|
||||
|
||||
Reference in New Issue
Block a user