diff options
author | nijtmans <nijtmans> | 2010-09-09 14:30:20 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-09 14:30:20 (GMT) |
commit | d1ed32ffcf622ff5726f978e7243ae775dcb70d5 (patch) | |
tree | 3a47e54eec14bb4a5223118b306c2a7f04c021f9 /ChangeLog | |
parent | 88f1f1e8378e9842ed80c24e5d0c5bb29cd75cf6 (diff) | |
download | tcl-d1ed32ffcf622ff5726f978e7243ae775dcb70d5.zip tcl-d1ed32ffcf622ff5726f978e7243ae775dcb70d5.tar.gz tcl-d1ed32ffcf622ff5726f978e7243ae775dcb70d5.tar.bz2 |
mingw should always link with -ladvapi32
Remove ascii variant of tkWinPocs table,
it is no longer necessary. Fix CreateProcess
signature and remove unused GetModuleFileName and lstrcpy
mingw/cygwin fixes: <tchar.h> should always
be included, and fix conflict in various macro values: Always force
the same values as in VC++.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2010-09-09 Jan Nijtmans <nijtmans@users.sf.net> + + * win/makefile.vc: mingw should always link with -ladvapi32 + * win/tcl.m4: + * win/configure: (regenerated) + * win/tclWinInt.h: Remove ascii variant of tkWinPocs table, + * win/tclWin32Dll.c: it is no longer necessary. Fix CreateProcess + * win/tclWinPipe.c: signature and remove unused GetModuleFileName + and lstrcpy + * win/tclWinPort.h: mingw/cygwin fixes: <tchar.h> should always + be included, and fix conflict in various macro values: Always force + the same values as in VC++. + 2010-09-08 Don Porter <dgp@users.sourceforge.net> * win/tclWinChan.c: #ifdef protections to permit builds with |