Mercurial > ecos
diff host/tools/configtool/ChangeLog @ 540:9034ec3868e5
* configtool/standalone/wxwin/ecpch.h: #include <winsock2.h> early for Cygwin
builds to eliminate fd_set compiler warning
* configtool/standalone/wxwin/filename.cpp,
configtool/standalone/wxwin/configtooldoc.cpp,
configtool/standalone/wxwin/appsettings.cpp: Do not #undef macros matching
ecFileName member functions referenced in these files for Cygwin builds.
* Utils/common/Collections.cpp: #include <winsock2.h> early for Cygwin
builds to eliminate fd_set compiler warning
* Utils/common/eCosSocket.cpp: Add newline at end of file to eliminate
compiler warning
| author | jld |
|---|---|
| date | Sat, 25 Jan 2003 23:07:53 +0000 |
| parents | 479c778d83e6 |
| children | ea8eda51bc88 |
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,14 @@ +2003-01-25 John Dallaway <jld@ecoscentric.com> + + * standalone/wxwin/ecpch.h: #include <winsock2.h> early for Cygwin + builds to eliminate fd_set compiler warning + + * standalone/wxwin/filename.cpp, + standalone/wxwin/configtooldoc.cpp, + standalone/wxwin/appsettings.cpp: Do not #undef macros matching + ecFileName member functions referenced in these files for Cygwin + builds. + 2003-01-22 John Dallaway <jld@ecoscentric.com> * standalone/wxwin/makefile.gnu: Tidy up
