Danbias/Code/Network/NetworkDependencies/WinsockFunctions.h

15 lines
330 B
C
Raw Normal View History

#ifndef NETWORK_DEPENDENCIES_WINSOCK_FUNCTIONS_H
#define NETWORK_DEPENDENCIES_WINSOCK_FUNCTIONS_H
/////////////////////////////////////
// Created by Pontus Fransson 2013 //
/////////////////////////////////////
2013-11-26 13:45:03 +01:00
#include <string>
2013-11-26 13:45:03 +01:00
void ShutdownWinSock();
bool InitWinSock();
std::wstring GetErrorMessage(int errorCode);
#endif