summaryrefslogtreecommitdiff
path: root/modules/engines
diff options
context:
space:
mode:
Diffstat (limited to 'modules/engines')
-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 7d7af293b6..9ba01a8129 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