Mercurial > ecos
diff host/tools/ecostest/ChangeLog @ 516:36f23a513952
* common/eCosTestPlatform.cpp:
"sizeof TCHAR" -> "sizeof (TCHAR)" for portability.
| author | jld |
|---|---|
| date | Mon, 20 Jan 2003 14:54:34 +0000 |
| parents | e2d866e32dac |
| children | b012f293c30a |
line wrap: on
line diff
--- a/host/tools/ecostest/ChangeLog +++ b/host/tools/ecostest/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 John Dallaway <jld@ecoscentric.com> + + * common/eCosTestPlatform.cpp (CProperties::CreateKey): + "sizeof TCHAR" -> "sizeof (TCHAR)" for GNU headers. + 2001-02-20 Jonathan Larmour <jlarmour@redhat.com> * common/eCosTestClient.cpp (LocateExecutables): Add /sbin and
