From 1f8399fae528f44e0543d1baca7d6ccbc2dd5f8b Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 24 Nov 2013 14:28:51 +0100 Subject: Fixed socket connection startup. --- source/OSSupport/Socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/OSSupport/Socket.h') diff --git a/source/OSSupport/Socket.h b/source/OSSupport/Socket.h index 34f09cc74..81bfd28fc 100644 --- a/source/OSSupport/Socket.h +++ b/source/OSSupport/Socket.h @@ -38,6 +38,7 @@ public: /// Sets the address-reuse socket flag; returns true on success bool SetReuseAddress(void); + /// Initializes the network stack. Returns 0 on success, or another number as an error code. static int WSAStartup(void); static AString GetErrorString(int a_ErrNo); -- cgit v1.2.3