CtrlLib: Fixed issue with key_source.h and t.h (causing wrong texts)

This commit is contained in:
Mirek Fidler 2021-10-02 09:40:05 +02:00
parent 69ff6d2dd5
commit d043d09964

View file

@ -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