[PATCH 1/1] wrc: Don't include gettext-po.h if we don't have the corresponding library.

Henri Verbeet hverbeet at gmail.com
Mon Jul 25 14:58:11 CDT 2011


To avoid conflicting declarations of po_file_free() and po_file_t.
---
 tools/wrc/po.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wrc/po.c b/tools/wrc/po.c
index 450b218..3efd208 100644
--- a/tools/wrc/po.c
+++ b/tools/wrc/po.c
@@ -26,7 +26,7 @@
 #include <stdarg.h>
 #include <assert.h>
 #include <ctype.h>
-#ifdef HAVE_GETTEXT_PO_H
+#ifdef HAVE_LIBGETTEXTPO
 #include <gettext-po.h>
 #endif
 
-- 
1.7.2.5




More information about the wine-patches mailing list