mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
7 lines
76 B
C
7 lines
76 B
C
|
#ifndef __FAKE_LIBINTL_H
|
||
|
#define __FAKE_LIBINTL_H
|
||
|
|
||
|
#define _(X) (X)
|
||
|
|
||
|
#endif
|