]> Git Repo - serial.git/commitdiff
if not windows guard for unix.h
authorWilliam Woodall <[email protected]>
Wed, 30 Oct 2013 18:54:59 +0000 (11:54 -0700)
committerWilliam Woodall <[email protected]>
Wed, 30 Oct 2013 18:54:59 +0000 (11:54 -0700)
include/serial/impl/unix.h

index 88f8b02559a83928d502abe6d001102d90316d55..a7985da3a5f56649543e4339cb328c47c5eaee46 100644 (file)
@@ -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)
This page took 0.024734 seconds and 4 git commands to generate.