summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-03-01 18:57:51 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-03-01 18:57:51 +0000
commitbb347f417409b64189246d552b18513a8da1f97e (patch)
treef2954c4d758b50534d32dd0e399c5ea5a010828c /tests
parent1ebc4d4927ea28d18ccc56d551b9e46689518d83 (diff)
downloadpango-bb347f417409b64189246d552b18513a8da1f97e.tar.gz
Include pangowin32.h first to avoind namespace collision. (#163584)
2005-03-01 Tor Lillqvist <tml@novell.com> * tests/cxx-test.C: Include pangowin32.h first to avoind namespace collision. (#163584)
Diffstat (limited to 'tests')
-rw-r--r--tests/cxx-test.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cxx-test.C b/tests/cxx-test.C
index 7142152b..ab9aaa4b 100644
--- a/tests/cxx-test.C
+++ b/tests/cxx-test.C
@@ -6,6 +6,10 @@
#include <pango/pango.h>
+#ifdef HAVE_WIN32
+#include <pango/pangowin32.h>
+#endif
+
#ifdef HAVE_X
#include <pango/pangox.h>
#endif
@@ -18,10 +22,6 @@
#include <pango/pangoft2.h>
#endif
-#ifdef HAVE_WIN32
-#include <pango/pangowin32.h>
-#endif
-
int
main ()
{