mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +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
|
#ifndef SERIAL_IMPL_UNIX_H
|
||||||
#define SERIAL_IMPL_UNIX_H
|
#define SERIAL_IMPL_UNIX_H
|
||||||
|
|
||||||
@ -198,3 +200,5 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // SERIAL_IMPL_UNIX_H
|
#endif // SERIAL_IMPL_UNIX_H
|
||||||
|
|
||||||
|
#endif // !defined(_WIN32)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user