repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Enable targets for EFI on binutils.
[haiku.git]
/
src
/
apps
/
text_search
/
Translation.h
blob
0cd350fbc7fdc5a2ea7eeaccbc45438a9ac14107
1
/*
2
* Public domain, baby!
3
*
4
* Localization for Zeta users
5
*
6
*/
7
8
#ifndef TRANSLATION_H
9
#define TRANSLATION_H
10
11
#ifndef _T
12
# define _T(x) x
13
#endif
14
15
#endif
// TRANSLATION_H