Check-in [40dcdbac0a]
Overview
Comment:Permit Tk 8.6.4 to build successfully on Windows using MinGW. Patch is fix for Tk ticket [2a70627a03].
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 40dcdbac0aea8def6729e2c6de7c16ea9633e72f
User & Date: mistachkin on 2015-03-31 00:02:33
Other Links: manifest | tags
Context
2015-03-31
03:30
Upgrade the ITcl package to version 3.4.2. check-in: bbb02df79b user: mistachkin tags: trunk
00:32
Upgrade the ITcl package to version 3.4.2. Closed-Leaf check-in: ef4acb8dda user: mistachkin tags: ITcl342
00:31
Upgrade the Thread package to version 2.7.2. Closed-Leaf check-in: f98161eeb1 user: mistachkin tags: Thread272
00:02
Permit Tk 8.6.4 to build successfully on Windows using MinGW. Patch is fix for Tk ticket [2a70627a03]. check-in: 40dcdbac0a user: mistachkin tags: trunk
2015-03-30
23:54
Allow zlib 1.2.8 to build and integrate properly on Windows using MinGW. check-in: 9ad5a7514f user: mistachkin tags: trunk
2015-03-26
20:44
Permit Tk 8.6.4 to build successfully on Windows using MinGW. Patch is fix for Tk ticket [2a70627a03]. Closed-Leaf check-in: 4db3c24480 user: mistachkin tags: tkt-2a70627a03
Changes

Added tk/patches/all/tk-8.6-fix-shobjidl-bug2a70627a03.diff version [2d617fe4d0].























>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
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 <cderr.h>		/* includes the common dialog error codes */
 
 #include <shlobj.h>		/* includes SHBrowseForFolder */
-#include <shobjidl.h>
 
 #ifdef _MSC_VER
 #   pragma comment (lib, "shell32.lib")