summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2015-03-22 15:10:27 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2015-03-22 15:10:27 (GMT)
commit406e8d7f33581bb5e80ca166541cf55cdb1ac597 (patch)
treedece169ee2df9ace6d8253825eac48945622a156 /win
parenta55dd83f51f45998b3a558d5faf87a1c5f052180 (diff)
downloadtk-406e8d7f33581bb5e80ca166541cf55cdb1ac597.zip
tk-406e8d7f33581bb5e80ca166541cf55cdb1ac597.tar.gz
tk-406e8d7f33581bb5e80ca166541cf55cdb1ac597.tar.bz2
Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mingw cross compile
Diffstat (limited to 'win')
-rw-r--r--win/tkWinDialog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c
index c137111..dc385e3 100644
--- a/win/tkWinDialog.c
+++ b/win/tkWinDialog.c
@@ -18,7 +18,6 @@
#include <cderr.h> /* includes the common dialog error codes */
#include <shlobj.h> /* includes SHBrowseForFolder */
-#include <shobjidl.h>
#ifdef _MSC_VER
# pragma comment (lib, "shell32.lib")