diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-24 16:41:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-24 16:42:28 +0300 |
commit | 06c8108fe5c196aec2888d9b236f595f2bcb1c46 (patch) | |
tree | 264eb643e279cd2b943dcf5d78f72b26aeec56dc /shell/inc/internal | |
parent | 58442b0f17a7dd645b29a338d8c936aa36b62bc5 (diff) |
Attempt to make this build with MinGW
Diffstat (limited to 'shell/inc/internal')
-rw-r--r-- | shell/inc/internal/thumbviewer.hxx | 2 |
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 |