[easytag/wip/mingw: 4/8] Avoid redefining LOCALEDIR, LIBDIR, DATADIR
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/mingw: 4/8] Avoid redefining LOCALEDIR, LIBDIR, DATADIR
- Date: Mon, 21 Jan 2013 19:44:13 +0000 (UTC)
commit edd60c71f545e76fe11ed7a719c51869391b9f4d
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 4a940ee..a0e554d 100644
--- a/src/win32/win32dep.h
+++ b/src/win32/win32dep.h
@@ -100,8 +100,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]