mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-29 15:29:14 +00:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef __FAKE_LIBINTL_H
|
|
#define __FAKE_LIBINTL_H
|
|
|
|
#define _(X) (X)
|
|
|
|
#endif
|