Artifact 2d617fe4d08c450f3d587f203941f27fe8c57701:
- File tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff — part of check-in [4db3c24480] at 2015-03-26 20:44:51 on branch tkt-2a70627a03 — Permit Tk 8.6.4 to build successfully on Windows using MinGW. Patch is fix for Tk ticket [2a70627a03]. (user: mistachkin, size: 398) [annotate] [blame] [check-ins using] [more...]
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 <cderr.h> /* includes the common dialog error codes */ #include <shlobj.h> /* includes SHBrowseForFolder */ -#include <shobjidl.h> #ifdef _MSC_VER # pragma comment (lib, "shell32.lib")