]> git.tdb.fi Git - libs/core.git/blob - source/io/windows/serial_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / io / windows / serial_platform.h
1 #ifndef MSP_IO_SERIAL_PLATFORM_H_
2 #define MSP_IO_SERIAL_PLATFORM_H_
3
4 #include <windows.h>
5
6 namespace Msp {
7 namespace IO {
8
9 typedef DCB PlatformSerialDeviceState;
10
11 } // namespace IO
12 } // namespace Msp
13
14 #endif