diff 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
line wrap: on
line diff
--- a/host/tools/Utils/common/eCosSocket.cpp
+++ b/host/tools/Utils/common/eCosSocket.cpp
@@ -816,5 +816,3 @@ const String CeCosSocket::GetHostByName(
     return it->second;
   }
 }
-
-  
\ No newline at end of file