gparted/include/i18n.h

13 lines
183 B
C
Raw Normal View History

2004-09-20 15:46:21 +00:00
#ifndef I18N
#define I18N
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#ifdef ENABLE_NLS
#include <glibmm/i18n.h>
2004-09-20 15:46:21 +00:00
#endif /* ENABLE_NLS */
#endif /* I18N */