Enable targets for EFI on binutils.
[haiku.git] / src / apps / text_search / Translation.h
blob0cd350fbc7fdc5a2ea7eeaccbc45438a9ac14107
1 /*
2 * Public domain, baby!
4 * Localization for Zeta users
6 */
8 #ifndef TRANSLATION_H
9 #define TRANSLATION_H
11 #ifndef _T
12 # define _T(x) x
13 #endif
15 #endif // TRANSLATION_H