mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
New macro XXC is like XXO but with a context (and really same as XC)
This commit is contained in:
@@ -45,6 +45,9 @@ extern AUDACITY_DLL_API const wxString& GetCustomSubstitution(const wxString& st
|
||||
// might use the & character for shortcuts.
|
||||
#define XXO(s) XO(s)
|
||||
|
||||
// Corresponds to XC as XXO does to XO
|
||||
#define XXC(s, c) XC(s, c)
|
||||
|
||||
#ifdef _
|
||||
#undef _
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user