Mercurial > ecos-v3_0-branch
comparison host/tools/Utils/common/Collections.cpp @ 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 | 6736c52df507 |
| children | 74dbf4c3f2e1 |
comparison
equal
deleted
inserted
replaced
| 539:691a56b47b00 | 540:9034ec3868e5 |
|---|---|
| 20 // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 20 // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 21 // | 21 // |
| 22 // ---------------------------------------------------------------------------- | 22 // ---------------------------------------------------------------------------- |
| 23 // | 23 // |
| 24 //####COPYRIGHTEND#### | 24 //####COPYRIGHTEND#### |
| 25 | |
| 26 // include winsock2.h early to eliminate fd_set warning | |
| 27 #ifdef __CYGWIN__ | |
| 28 #include <winsock2.h> | |
| 29 #endif | |
| 30 | |
| 25 #include "Collections.h" | 31 #include "Collections.h" |
| 26 | 32 |
| 27 void String::Format (LPCTSTR const pszFormat,...) | 33 void String::Format (LPCTSTR const pszFormat,...) |
| 28 { | 34 { |
| 29 va_list args; | 35 va_list args; |
