mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Correct some non-wxWidgets literals
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
|
||||
#include "aeffectx.h"
|
||||
|
||||
#define VSTCMDKEY L"-checkvst"
|
||||
#define VSTPLUGINTYPE L"VST"
|
||||
#define VSTCMDKEY wxT("-checkvst")
|
||||
#define VSTPLUGINTYPE wxT("VST")
|
||||
|
||||
#define audacityVSTID CCONST('a', 'u', 'D', 'y');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user