Fix win32termios.h

https://github.com/Hamlib/Hamlib/issues/421
This commit is contained in:
Michael Black W9MDB 2020-10-16 14:48:01 -05:00
parent cf32ace4be
commit 1c7e5b2e48

View File

@ -56,8 +56,8 @@
}
typedef unsigned char cc_t;
typedef unsigned int32_t speed_t;
typedef unsigned int32_t tcflag_t;
typedef int32_t speed_t;
typedef int32_t tcflag_t;
/* structs are from linux includes or linux man pages to match
interfaces.