From 2744e3d49087e205c0841088df186fba35a1d185 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 24 Aug 2002 22:26:45 +0000
Subject: [PATCH] No longer includes winsock.h in OS/2 builds.

---
 src/xpdev/sockwrap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/sockwrap.h b/src/xpdev/sockwrap.h
index 4ac34d18cf..8cf1118daa 100644
--- a/src/xpdev/sockwrap.h
+++ b/src/xpdev/sockwrap.h
@@ -43,7 +43,7 @@
 /***************/
 /* OS-specific */
 /***************/
-#if defined _WIN32	|| defined __OS2__	/* Use WinSock */
+#if defined(_WIN32)		/* Use WinSock */
 
 #include <winsock.h>	/* socket/bind/etc. */
 
-- 
GitLab