summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-24 16:41:19 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-24 16:42:28 +0300
commit06c8108fe5c196aec2888d9b236f595f2bcb1c46 (patch)
tree264eb643e279cd2b943dcf5d78f72b26aeec56dc /shell/inc
parent58442b0f17a7dd645b29a338d8c936aa36b62bc5 (diff)
Attempt to make this build with MinGW
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/internal/thumbviewer.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/inc/internal/thumbviewer.hxx b/shell/inc/internal/thumbviewer.hxx
index 73f6ba8de010..1e48fefcd388 100644
--- a/shell/inc/internal/thumbviewer.hxx
+++ b/shell/inc/internal/thumbviewer.hxx
@@ -40,7 +40,9 @@
using std::min;
using std::max;
#endif
+#ifndef DONT_HAVE_GDIPLUS
#include <gdiplus.h>
+#endif
#if defined _MSC_VER
#pragma warning(pop)
#endif