1
0

Fixed socket connection startup.

This commit is contained in:
madmaxoft
2013-11-24 14:28:51 +01:00
parent e683c54b49
commit 1f8399fae5
2 changed files with 8 additions and 7 deletions

View File

@@ -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);