1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fixed windows build

This commit is contained in:
Adam
2011-08-10 01:32:07 -04:00
parent 13bcc4ef14
commit ded98ed3de
11 changed files with 37 additions and 17 deletions
-4
View File
@@ -14,10 +14,6 @@
class CoreExport SocketEngine
{
#ifdef _WIN32
/* Windows crap */
static WSADATA wsa;
#endif
public:
/* Map of sockets */
static std::map<int, Socket *> Sockets;