14 lines
359 B
Diff
14 lines
359 B
Diff
--- codelite/CodeLite/SocketAPI/clSocketBase.h.orig 2015-03-10 21:05:03.519200000 +0300
|
|
+++ codelite/CodeLite/SocketAPI/clSocketBase.h 2015-03-10 21:05:18.807200000 +0300
|
|
@@ -32,9 +32,7 @@
|
|
#include "codelite_exports.h"
|
|
|
|
#ifdef _WIN32
|
|
-#ifndef _WIN64
|
|
-#include <winsock2.h>
|
|
-#endif
|
|
+#include <winsock2.h>
|
|
|
|
typedef SOCKET socket_t;
|
|
typedef int socklen_t;
|