]> git.tdb.fi Git - libs/net.git/blob - source/net/unix/socket_platform.h
Move most platform-specific code into overlay directories
[libs/net.git] / source / net / unix / 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 SocketHandle;
8
9 } // namespace Net
10 } // namespace Msp
11
12 #endif