Fixes for new telnet client
[reactos.git] / rosapps / net / telnet / src / tnetwork.h
index 6615938..527945f 100644 (file)
@@ -7,15 +7,15 @@
 #include <windows.h>
 
 // Mingw32 doesn't use winsock.h (Paul Brannan 9/4/98)
-//#ifdef __MINGW32__
-//#ifdef __CYGWIN__
+#ifdef __MINGW32__
+#ifdef __CYGWIN__
 #include <winsock.h>
-//#else
-//#include <Windows32/sockets.h>
-//#endif
-//#else
-//#include <winsock.h>
-//#endif
+#else
+#include <Windows32/sockets.h>
+#endif
+#else
+#include <winsock.h>
+#endif
 
 enum NetworkType {TN_NETSOCKET, TN_NETPIPE};