diff options
author | mdejong <mdejong> | 2003-01-14 01:20:54 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-14 01:20:54 (GMT) |
commit | 5ae8904c94d71fcc6507eb85784490ddd6a348cd (patch) | |
tree | bf379f02ef8cd7f40f5ace630d67f56d7e0ea556 /ChangeLog | |
parent | 24b85561272fc278646565a3a360142b28c05616 (diff) | |
download | tk-5ae8904c94d71fcc6507eb85784490ddd6a348cd.zip tk-5ae8904c94d71fcc6507eb85784490ddd6a348cd.tar.gz tk-5ae8904c94d71fcc6507eb85784490ddd6a348cd.tar.bz2 |
* win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd,
ChooseDirectoryValidateProc, Tk_MessageBoxObjCmd):
Remove unused tsdPtr variable. Use TEXT macro
instead of _T macro since _T does not work
under Cygwin. Declare flags as UINT to avoid
compiler warning when compiling with mingw.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-01-13 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd, + ChooseDirectoryValidateProc, Tk_MessageBoxObjCmd): + Remove unused tsdPtr variable. Use TEXT macro + instead of _T macro since _T does not work + under Cygwin. Declare flags as UINT to avoid + compiler warning when compiling with mingw. + 2003-01-12 Mo DeJong <mdejong@users.sourceforge.net> * win/Makefile.in: Add TCL_DEFS to AC_FLAGS |