diff options
author | nijtmans <nijtmans> | 2010-09-28 08:22:30 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-28 08:22:30 (GMT) |
commit | a73743e84cd1b85edd6c2aad2e842963297f2753 (patch) | |
tree | 95a902388573a79a05a790ad94d8145949b40b34 /win | |
parent | 1b31f97ffbb009c3449903ede524bc241c6bade9 (diff) | |
download | tk-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')
-rw-r--r-- | win/tkWinSend.c | 4 |
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" |