1
0
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:
William Woodall 2013-10-30 11:54:59 -07:00
parent e8f913b4a4
commit dd7259149f

View File

@ -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)