mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-11 10:42:04 +08:00
7 lines
76 B
C
7 lines
76 B
C
![]() |
#ifndef __FAKE_LIBINTL_H
|
||
|
#define __FAKE_LIBINTL_H
|
||
|
|
||
|
#define _(X) (X)
|
||
|
|
||
|
#endif
|