Mercurial > ecos
diff host/tools/configtool/ChangeLog @ 541:ea8eda51bc88
* standalone/wxwin/configtool.cpp: Use correct data type in call
to RegCreateKeyEx() to eliminate compiler warning.
| author | jld |
|---|---|
| date | Sat, 25 Jan 2003 23:58:59 +0000 |
| parents | 9034ec3868e5 |
| children | 4fbd36edba7c |
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,5 +1,8 @@ 2003-01-25 John Dallaway <jld@ecoscentric.com> + * standalone/wxwin/configtool.cpp: Use correct data type in call + to RegCreateKeyEx() to eliminate compiler warning. + * standalone/wxwin/ecpch.h: #include <winsock2.h> early for Cygwin builds to eliminate fd_set compiler warning
