Mercurial > nand-ecoscentric
diff host/tools/Utils/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 | 94f334d9be6e |
| children | c2d1fd823f09 |
line wrap: on
line diff
--- a/host/tools/Utils/ChangeLog +++ b/host/tools/Utils/ChangeLog @@ -1,3 +1,12 @@ +2003-01-25 John Dallaway <jld@ecoscentric.com> + + * common/Collections.cpp: #include <winsock2.h> early for Cygwin + builds to eliminate fd_set compiler warning + + * common/eCosSocket.cpp: Add newline at end of file to eliminate + compiler warning + + 2003-01-20 John Dallaway <jld@ecoscentric.com> * common/eCosThreadUtils.cpp:
