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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user