Commit 6c0e6df1 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wrc: Don't include gettext-po.h if we don't have the corresponding library.

parent 11955307
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment