diff options
Diffstat (limited to 'source/cSocket.h')
-rw-r--r-- | source/cSocket.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/source/cSocket.h b/source/cSocket.h index dde268a8a..43bb8ee09 100644 --- a/source/cSocket.h +++ b/source/cSocket.h @@ -1,12 +1,7 @@ #pragma once
-#ifdef _WIN32
-#define WIN32_LEAN_AND_MEAN
-#include <WinSock.h>
-#ifdef SendMessage
-#undef SendMessage
-#endif
-#endif // _WIN32
+
+
class cSocket
|