diff 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
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog
+++ b/host/tools/configtool/ChangeLog
@@ -1,3 +1,20 @@
+2002-01-20  John Dallaway  <jld@ecoscentric.com>
+
+	* standalone/wxwin/configtooldoc.cpp:
+	Use wxString::GetChar() rather than an array element.
+
+	* standalone/wxwin/filename.cpp:
+	Use wxString::GetChar() and wxString::SetChar rather than an array
+	element.
+	Add some explicit casts to allow building with GNU tools on Cygwin.
+	Use MAX_PATH rather than _MAX_PATH for portability.
+
+	* standalone/wxwin/ecutils.cpp:
+	Call wxNewKill() rather than wxKill() for Cygwin builds.
+
+	* standalone/wxwin/ecutils.h:
+	Use wxLongLong_t rather than __int64 for portability.
+
 2003-01-17  John Dallaway  <jld@ecoscentric.com>
 
 	* standalone/wxwin/makefile.gnu: New makefile for GNU tools