mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 00:49:42 +02:00
97a6204d5a
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34026 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
76 B
C
7 lines
76 B
C
#ifndef __FAKE_LIBINTL_H
|
|
#define __FAKE_LIBINTL_H
|
|
|
|
#define _(X) (X)
|
|
|
|
#endif
|