[easytag/wip/mingw: 7/12] Avoid redefining LOCALEDIR, LIBDIR, DATADIR
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/mingw: 7/12] Avoid redefining LOCALEDIR, LIBDIR, DATADIR
- Date: Wed, 16 Jan 2013 21:04:48 +0000 (UTC)
commit 152e00e4210db99e755f6171c36a9cc8fbabe2b7
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]