u
This commit is contained in:
18
jtlsrv-cpp/.static-build/include/vips/intl.h
Normal file
18
jtlsrv-cpp/.static-build/include/vips/intl.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/* i18n stuff for vips. Deprecated in favour of glib/gi18n.h.
|
||||
*/
|
||||
|
||||
#ifndef VIPS_INTL_H
|
||||
#define VIPS_INTL_H
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#else /*!ENABLE_NLS*/
|
||||
|
||||
#define _(String) (String)
|
||||
#define N_(String) (String)
|
||||
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
#endif /* VIPS_INTL_H */
|
||||
Reference in New Issue
Block a user