[easytag/wip/mingw32: 5/9] Avoid redefining LOCALEDIR, LIBDIR, DATADIR
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/mingw32: 5/9] Avoid redefining LOCALEDIR, LIBDIR, DATADIR
- Date: Tue, 15 Jan 2013 23:34:12 +0000 (UTC)
commit 0c54048eea79684b2bbce3222d98aed7444833bd
Author: David King <amigadave amigadave com>
Date: Tue Jan 15 22:05:35 2013 +0000
Avoid redefining LOCALEDIR, LIBDIR, DATADIR
src/win32/win32dep.h | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/win32/win32dep.h b/src/win32/win32dep.h
index 88c9a11..9169d24 100644
--- a/src/win32/win32dep.h
+++ b/src/win32/win32dep.h
@@ -97,8 +97,11 @@ extern gint et_w32_truncate (const gchar *path, off_t length);
/*
* EasyTAG specific
*/
-#define DATADIR weasytag_install_dir()
-#define LIBDIR weasytag_lib_dir()
+#undef DATADIR
+#undef LIBDIR
+#undef LOCALEDIR
+#define DATADIR weasytag_install_dir()
+#define LIBDIR weasytag_lib_dir()
#define LOCALEDIR weasytag_locale_dir()
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]