]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/unix/socket_platform.h
Move most platform-specific code into overlay directories
[libs/net.git] / source / net / unix / socket_platform.h
diff --git a/source/net/unix/socket_platform.h b/source/net/unix/socket_platform.h
new file mode 100644 (file)
index 0000000..73c2fe0
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef MSP_NET_SOCKET_PLATFORM_H_
+#define MSP_NET_SOCKET_PLATFORM_H_
+
+namespace Msp {
+namespace Net {
+
+typedef int SocketHandle;
+
+} // namespace Net
+} // namespace Msp
+
+#endif