]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/unix/handle_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / io / unix / handle_platform.h
diff --git a/source/io/unix/handle_platform.h b/source/io/unix/handle_platform.h
new file mode 100644 (file)
index 0000000..b241669
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef MSP_IO_HANDLE_PLATFORM_H_
+#define MSP_IO_HANDLE_PLATFORM_H_
+
+namespace Msp {
+namespace IO {
+
+typedef int PlatformHandle;
+
+#define INVALID_HANDLE_VALUE -1
+
+} // namespace IO
+} // namespace Msp
+
+#endif