10Duke Scale C++ Client
Loading...
Searching...
No Matches
WinSockAPI.h
1#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined (_WIN64)
2
3#ifndef TENDUKE_OSA_WIN_WINSOCK_H
4#define TENDUKE_OSA_WIN_WINSOCK_H
5
6namespace tenduke { namespace osa { namespace win {
7
8class WinSockAPI
9{
10public:
11 WinSockAPI();
12 virtual ~WinSockAPI();
13};
14
15}}}
16
17#endif //TENDUKE_OSA_WIN_WINSOCK_H
18
19#endif // Windows
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7