[easytag/wip/mingw: 9/14] Avoid redefining LOCALEDIR, LIBDIR, DATADIR



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