]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its
[wget] / src / mswindows.h
index 7d6f36ab57b075839610fabfe43f4d298e3b4fea..21f4b50f2016f0bd05352b6087cb985af42771b9 100644 (file)
@@ -98,10 +98,6 @@ so, delete this exception statement from your version.  */
 
 #define REALCLOSE(x) closesocket (x)
 
-/* read & write don't work with sockets on Windows 95.  */
-#define READ(fd, buf, cnt) recv ((fd), (buf), (cnt), 0)
-#define WRITE(fd, buf, cnt) send ((fd), (buf), (cnt), 0)
-
 /* #### Do we need this?  */
 #include <direct.h>