File inkscape-0.91-win32ie.patch of Package mingw32-inkscape
--- inkscape-0.91/src/inkscape.cpp 2014-11-30 19:45:32.000000000 +0100
+++ inkscape-0.91/src/inkscape.cpp 2015-03-17 08:52:41.209392215 +0100
@@ -32,9 +32,9 @@
# define HAS_PROC_SELF_EXE //to get path of executable
#else
-#if !defined(_WIN32_IE) || (_WIN32_IE < 0x0400)
+#if !defined(_WIN32_IE) || (_WIN32_IE < 0x0501)
# undef _WIN32_IE
-# define _WIN32_IE 0x0400
+# define _WIN32_IE 0x0501
#endif
//#define HAS_SHGetSpecialFolderPath
#define HAS_SHGetSpecialFolderLocation