From 8657fbf78b76ca82b175934b0eeb4725fe32bd69 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 6 Jul 2009 20:37:40 +0000 Subject: [PATCH] Use winsock2.h instead of winsock.h. --- src/sexpots/sexpots.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/sexpots/sexpots.c b/src/sexpots/sexpots.c index 08d87b4a0f..f374111437 100644 --- a/src/sexpots/sexpots.c +++ b/src/sexpots/sexpots.c @@ -39,12 +39,6 @@ #include <stdarg.h> #include <stdio.h> -/* Windows */ -#ifdef _WIN32 -/* Doesn't this come in from sockwrap.h? */ -#include <winsock.h> -#endif - /* xpdev lib */ #include "dirwrap.h" #include "datewrap.h" @@ -1512,7 +1506,6 @@ service_loop(int argc, char** argv) lprintf(LOG_INFO,"%s set to %ld bps DTE rate", com_dev, comGetBaudRate(com_handle)); - if(ident) _beginthread(ident_server_thread, 0, NULL); -- GitLab