mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
10 lines
154 B
C
10 lines
154 B
C
/* temporary internal libintl.h to ignore message translation for now */
|
|
|
|
#ifndef _LIBINTL_H
|
|
#define _LIBINTL_H 1
|
|
|
|
#undef _
|
|
#define _(x) (x)
|
|
|
|
#endif
|