mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
12 lines
196 B
C
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
|