]> git.tdb.fi Git - libs/net.git/blob - source/net/windows/socket_platform.h
Move most platform-specific code into overlay directories
[libs/net.git] / source / net / windows / socket_platform.h
1 #ifndef MSP_NET_SOCKET_PLATFORM_H_
2 #define MSP_NET_SOCKET_PLATFORM_H_
3
4 namespace Msp {
5 namespace Net {
6
7 typedef int socklen_t;
8 typedef SOCKET SocketHandle;
9
10 } // namespace Net
11 } // namespace Msp
12
13 #endif