Skip to content
Snippets Groups Projects
Commit 8657fbf7 authored by rswindell's avatar rswindell
Browse files

Use winsock2.h instead of winsock.h.

parent a4f0515a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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