mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Use normal blocking file functions for Windows serial I/O.
This commit is contained in:
parent
d2660376f3
commit
84f4418bde
2 changed files with 24 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue