]> git.tdb.fi Git - libs/core.git/blob - source/io/unix/handle_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / io / unix / handle_platform.h
1 #ifndef MSP_IO_HANDLE_PLATFORM_H_
2 #define MSP_IO_HANDLE_PLATFORM_H_
3
4 namespace Msp {
5 namespace IO {
6
7 typedef int PlatformHandle;
8
9 #define INVALID_HANDLE_VALUE -1
10
11 } // namespace IO
12 } // namespace Msp
13
14 #endif