mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 01:44:05 +02:00
7 lines
76 B
C
7 lines
76 B
C
|
#ifndef __FAKE_LIBINTL_H
|
||
|
#define __FAKE_LIBINTL_H
|
||
|
|
||
|
#define _(X) (X)
|
||
|
|
||
|
#endif
|