[easytag/wip/mingw: 5/10] Avoid redefining LOCALEDIR, LIBDIR, DATADIR



commit b5a45c6c633d04b7068edfab61f0de84f24222b5
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]