Avoid warning abour redefined symbol

This commit is contained in:
Yevgen Muntyan 2006-12-12 01:42:19 -06:00
parent 1d29dab1ab
commit f459a9ac17

View File

@ -87,6 +87,7 @@ char **moo_get_data_subdirs (const char *subdir,
#define moo_get_data_files moo_get_data_subdirs
#ifdef __WIN32__
#undef MOO_LOCALE_DIR
#define MOO_LOCALE_DIR (_moo_get_locale_dir())
const char *_moo_get_locale_dir (void);
#endif