ADDED tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff Index: tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff ================================================================== --- tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff +++ tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff @@ -0,0 +1,11 @@ +diff -u tk.orig/win/tkWinDialog.c tk.fixed/win/tkWinDialog.c +--- tk.orig/win/tkWinDialog.c 2015-03-26 11:59:50 -0700 ++++ tk.fixed/win/tkWinDialog.c 2015-03-26 12:00:02 -0700 +@@ -18,7 +18,6 @@ + #include /* includes the common dialog error codes */ + + #include /* includes SHBrowseForFolder */ +-#include + + #ifdef _MSC_VER + # pragma comment (lib, "shell32.lib")