Skip to content

Commit

Permalink
if not windows guard for unix.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Oct 30, 2013
1 parent e8f913b commit dd72591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/serial/impl/unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
*
*/

#if !defined(_WIN32)

#ifndef SERIAL_IMPL_UNIX_H
#define SERIAL_IMPL_UNIX_H

Expand Down Expand Up @@ -198,3 +200,5 @@ class serial::Serial::SerialImpl {
}

#endif // SERIAL_IMPL_UNIX_H

#endif // !defined(_WIN32)

0 comments on commit dd72591

Please sign in to comment.