mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-08 06:43:22 -04:00
MSVC: EXPORT macro fixes
This commit is contained in:
@@ -917,7 +917,7 @@ 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 NesInstrument( static_cast<InstrumentTrack *>( _data ) ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user