summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-28 08:22:30 (GMT)
committernijtmans <nijtmans>2010-09-28 08:22:30 (GMT)
commita73743e84cd1b85edd6c2aad2e842963297f2753 (patch)
tree95a902388573a79a05a790ad94d8145949b40b34 /win/tkWinSend.c
parent1b31f97ffbb009c3449903ede524bc241c6bade9 (diff)
downloadtk-a73743e84cd1b85edd6c2aad2e842963297f2753.zip
tk-a73743e84cd1b85edd6c2aad2e842963297f2753.tar.gz
tk-a73743e84cd1b85edd6c2aad2e842963297f2753.tar.bz2
[Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.
Make it compile on older mingw as well.
Diffstat (limited to 'win/tkWinSend.c')
-rw-r--r--win/tkWinSend.c4
1 files changed, 2 insertions, 2 deletions
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"