summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
diff options
context:
space:
mode:
authorpatthoyts@users.sourceforge.net <patthoyts>2010-02-03 23:56:49 (GMT)
committerpatthoyts@users.sourceforge.net <patthoyts>2010-02-03 23:56:49 (GMT)
commit590f4651f92ceb24b58f9fd4e6851d8d5c716148 (patch)
tree9f884a754670efc749091d82aa0f7ae81c1dd6f7 /win/tkWinSend.c
parent8d4713ae68af27fb4b758e93d518bc3cdd1543f2 (diff)
downloadtk-590f4651f92ceb24b58f9fd4e6851d8d5c716148.zip
tk-590f4651f92ceb24b58f9fd4e6851d8d5c716148.tar.gz
tk-590f4651f92ceb24b58f9fd4e6851d8d5c716148.tar.bz2
When a function has had a leading underscore for a number of years you
might like to think about it when you remove it without testing the other compilers used. Fixed dimwitted previous edit.
Diffstat (limited to 'win/tkWinSend.c')
-rw-r--r--win/tkWinSend.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/win/tkWinSend.c b/win/tkWinSend.c
index addcad6..1eaf6d1 100644
--- a/win/tkWinSend.c
+++ b/win/tkWinSend.c
@@ -10,12 +10,16 @@
* 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.22 2010/01/22 14:17:53 nijtmans Exp $
+ * RCS: @(#) $Id: tkWinSend.c,v 1.23 2010/02/03 23:56:49 patthoyts Exp $
*/
#include "tkInt.h"
#include "tkWinSendCom.h"
+#ifdef _MSC_VER
+#define vsnprintf _vsnprintf
+#endif
+
/*
* Should be defined in WTypes.h but mingw 1.0 is missing them.
*/