summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-12 03:51:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-12 03:51:40 +0000
commit26cbda1b88e5e57533468cde10d51cd5baeeb871 (patch)
treed37672f998c57a8027f3b97e478acd36a9454008 /modules
parent56c3d75c8f5af9511116fd92f2a7a9b2c33c6627 (diff)
downloadgdk-pixbuf-26cbda1b88e5e57533468cde10d51cd5baeeb871.tar.gz
Check for uxtheme.h (#157967, J. Ali Harlow)
2004-11-11 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for uxtheme.h (#157967, J. Ali Harlow)
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/engines/ms-windows/xp_theme.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c
index 7d7af293b..9ba01a812 100755
--- a/modules/engines/ms-windows/xp_theme.c
+++ b/modules/engines/ms-windows/xp_theme.c
@@ -22,6 +22,7 @@
#include "xp_theme.h"
+#include <config.h>
#include <windows.h>
#include <math.h>
#include <string.h>
@@ -29,12 +30,11 @@
#include "gdk/win32/gdkwin32.h"
-
-#ifdef DONT_HAVE_UXTHEME_H
-#include "xp_theme_defs.h"
-#else
+#ifdef HAVE_UXTHEME_H
#include <uxtheme.h>
#include <tmschema.h>
+#else
+#include "xp_theme_defs.h"
#endif
#ifndef TMT_CAPTIONFONT