mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
7efe435f49
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34026
7 lines
76 B
C
7 lines
76 B
C
#ifndef __FAKE_LIBINTL_H
|
|
#define __FAKE_LIBINTL_H
|
|
|
|
#define _(X) (X)
|
|
|
|
#endif
|