Skip to content
Snippets Groups Projects
Commit 2744e3d4 authored by rswindell's avatar rswindell
Browse files

No longer includes winsock.h in OS/2 builds.

parent 79da9cf8
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
/***************/
/* OS-specific */
/***************/
#if defined _WIN32 || defined __OS2__ /* Use WinSock */
#if defined(_WIN32) /* Use WinSock */
#include <winsock.h> /* socket/bind/etc. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment