mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CtrlLib: Fixed issue with key_source.h and t.h (causing wrong texts)
This commit is contained in:
parent
69ff6d2dd5
commit
d043d09964
1 changed files with 3 additions and 5 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#ifndef t_h
|
||||
#define t_h
|
||||
|
||||
#ifdef t_
|
||||
#undef t_
|
||||
#endif
|
||||
|
|
@ -9,9 +6,10 @@
|
|||
#undef tt_
|
||||
#endif
|
||||
|
||||
#ifndef t_h
|
||||
#define t_h
|
||||
|
||||
inline const char *t_(const char *s) { return t_GetLngString(s); }
|
||||
inline const char *tt_(const char *s) { return s; }
|
||||
|
||||
// #define t_(x) t_GetLngString(x)
|
||||
// #define tt_(x) x
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue