comparison host/tools/configtool/ChangeLog @ 517:2b2d9aa25330

* standalone/wxwin/configtooldoc.cpp: Use wxString::GetChar() rather than array element. * standalone/wxwin/filename.cpp: Use wxString::GetChar() and SetChar() rather than array element. Add some explicit casts to allow building with GNU/Cygwin tools. Use MAX_PATH rather than _MAX_PATH for portability. * standalone/wxwin/ecutils.cpp: Call wxNewKill() rather than wKill() for Cygsin builds. * standalone/wxwin/ecutils.h: Use wxLongLong_t rather than __int64 for portability.
author jld
date Mon, 20 Jan 2003 15:12:11 +0000
parents 84ef0d76f1f1
children c3f83515903f
comparison
equal deleted inserted replaced
516:36f23a513952 517:2b2d9aa25330
1 2002-01-20 John Dallaway <jld@ecoscentric.com>
2
3 * standalone/wxwin/configtooldoc.cpp:
4 Use wxString::GetChar() rather than an array element.
5
6 * standalone/wxwin/filename.cpp:
7 Use wxString::GetChar() and wxString::SetChar rather than an array
8 element.
9 Add some explicit casts to allow building with GNU tools on Cygwin.
10 Use MAX_PATH rather than _MAX_PATH for portability.
11
12 * standalone/wxwin/ecutils.cpp:
13 Call wxNewKill() rather than wxKill() for Cygwin builds.
14
15 * standalone/wxwin/ecutils.h:
16 Use wxLongLong_t rather than __int64 for portability.
17
1 2003-01-17 John Dallaway <jld@ecoscentric.com> 18 2003-01-17 John Dallaway <jld@ecoscentric.com>
2 19
3 * standalone/wxwin/makefile.gnu: New makefile for GNU tools 20 * standalone/wxwin/makefile.gnu: New makefile for GNU tools
4 21
5 2003-01-16 John Dallaway <jld@ecoscentric.com> 22 2003-01-16 John Dallaway <jld@ecoscentric.com>