ultimatepp/uppsrc/Core/mt_.h
cxl 5ab4810e73 CtrlCore: Fixed issue with Upp::t_
git-svn-id: svn://ultimatepp.org/upp/trunk@15822 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-07 10:16:39 +00:00

12 lines
196 B
C

// This for layouts, to avoid adding Upp:: to each t_
#ifdef t_
#undef t_
#endif
#ifdef tt_
#undef tt_
#endif
#define t_(x) Upp::t_GetLngString(x)
#define tt_(x) x