comparison host/tools/Utils/common/eCosSocket.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
814 return String::CStrToUnicodeStr(ip); 814 return String::CStrToUnicodeStr(ip);
815 } else { 815 } else {
816 return it->second; 816 return it->second;
817 } 817 }
818 } 818 }
819
820