mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
if not windows guard for unix.h
This commit is contained in:
parent
e8f913b4a4
commit
dd7259149f
@ -35,6 +35,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if !defined(_WIN32)
|
||||
|
||||
#ifndef SERIAL_IMPL_UNIX_H
|
||||
#define SERIAL_IMPL_UNIX_H
|
||||
|
||||
@ -198,3 +200,5 @@ private:
|
||||
}
|
||||
|
||||
#endif // SERIAL_IMPL_UNIX_H
|
||||
|
||||
#endif // !defined(_WIN32)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user