mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Use normal blocking file functions for Windows serial I/O.
This commit is contained in:
@@ -59,8 +59,6 @@ private:
|
||||
bool m_assertRTS;
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
HANDLE m_handle;
|
||||
OVERLAPPED m_readOverlapped;
|
||||
OVERLAPPED m_writeOverlapped;
|
||||
#else
|
||||
int m_fd;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user