7 lines
76 B
C
Raw Normal View History

2017-09-06 19:19:45 +08:00
#ifndef __FAKE_LIBINTL_H
#define __FAKE_LIBINTL_H
#define _(X) (X)
#endif