mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-10 07:47:16 -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:
@@ -38,7 +38,7 @@ extern "C"
|
||||
|
||||
Plugin::Descriptor PLUGIN_EXPORT compressor_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY(PLUGIN_NAME),
|
||||
LMMS_STRINGIFY(PLUGIN_NAME),
|
||||
"Compressor",
|
||||
QT_TRANSLATE_NOOP("PluginBrowser", "A dynamic range compressor."),
|
||||
"Lost Robot <r94231@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user