summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--win/tkWinSend.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 20a2c4d..316cb44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-28 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tkWinSend.c: [Bug 3076671] CVS HEAD Tk build fails on win32
+ with msys/mingw. Make it compile on older mingw as well.
+
2010-09-23 Jan Nijtmans <nijtmans@users.sf.net>
* win/tcl.m4: Add -Wdeclaration-after-statement
diff --git a/win/tkWinSend.c b/win/tkWinSend.c
index 18a7d72..9010884 100644
--- a/win/tkWinSend.c
+++ b/win/tkWinSend.c
@@ -10,9 +10,9 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinSend.c,v 1.24 2010/04/08 14:06:20 nijtmans Exp $
+ * RCS: @(#) $Id: tkWinSend.c,v 1.25 2010/09/28 08:22:30 nijtmans Exp $
*/
-#include <tchar.h>
+
#include "tkInt.h"
#include "tkWinSendCom.h"