diff options
author | nijtmans <nijtmans> | 2010-05-03 13:20:39 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-03 13:20:39 (GMT) |
commit | 62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911 (patch) | |
tree | f46364c2d0e36fd76408b1c4a2570416916fc895 /ChangeLog | |
parent | fd1bb5e2a2a81897608067cf5b4cfcddd0d0a923 (diff) | |
download | tcl-62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911.zip tcl-62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911.tar.gz tcl-62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911.tar.bz2 |
For MINGW/CYGWIN, use GetCommandLineA explicitely
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ * generic/tclTomMath.h * tools/fix_tommath_h.tcl * libtommath/tommath.h Formatting (# should always be first char on line) + * win/tclAppInit.c For MINGW/CYGWIN, use GetCommandLineA explicitely 2010-04-30 Don Porter <dgp@users.sourceforge.net> |