mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -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:
@@ -75,7 +75,7 @@ extern "C"
|
||||
{
|
||||
Plugin::Descriptor PLUGIN_EXPORT sid_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
LMMS_STRINGIFY( PLUGIN_NAME ),
|
||||
"SID",
|
||||
QT_TRANSLATE_NOOP( "PluginBrowser", "Emulation of the MOS6581 and MOS8580 "
|
||||
"SID.\nThis chip was used in the Commodore 64 computer." ),
|
||||
|
||||
Reference in New Issue
Block a user