mirror of
https://github.com/LMMS/lmms.git
synced 2026-07-28 22:36:32 -04:00
Clean up macros a bit (#6444)
* Prefix `STRINGIFY` and `STR` macros with `LMMS_` * Fix include guard macro names * Remove unused macros
This commit is contained in:
@@ -58,7 +58,7 @@ extern "C"
|
||||
|
||||
Plugin::Descriptor PLUGIN_EXPORT sf2player_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
LMMS_STRINGIFY( PLUGIN_NAME ),
|
||||
"Sf2 Player",
|
||||
QT_TRANSLATE_NOOP( "PluginBrowser", "Player for SoundFont files" ),
|
||||
"Paul Giblock <drfaygo/at/gmail/dot/com>",
|
||||
|
||||
Reference in New Issue
Block a user