Merge branch 'release-2.140.136'
[feisty_meow.git] / octopi / library / sockets / raw_socket.h
index 99e948981a44d0bc544a8fd011c648acca6139e8..44314eebaf4fded9677b4856b45a03f6fdf3a707 100644 (file)
@@ -148,6 +148,7 @@ private:
 
 //////////////
 
+/* wow, an ancient screw-up, leaving these in here after they were abstracted to tcpip_definitions.h; yargh.
 #ifdef __UNIX__
   // provide some unifying definitions.
   #define INVALID_SOCKET -1
@@ -262,6 +263,7 @@ private:
   #define SOCK_TRY_AGAIN WSATRY_AGAIN
   #define SOCK_VERNOTSUPPORTED WSAVERNOTSUPPORTED
 #endif //win32.
+*/
 
 //////////////