diff options
Diffstat (limited to 'win32/include/sys/unistd.h')
| -rw-r--r-- | win32/include/sys/unistd.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/win32/include/sys/unistd.h b/win32/include/sys/unistd.h index 8428619..ed122d9 100644 --- a/win32/include/sys/unistd.h +++ b/win32/include/sys/unistd.h @@ -1,9 +1,9 @@ -/*
- * This file is part of the Mingw32 package.
- *
- * unistd.h maps (roughly) to io.h
- */
-#ifndef __STRICT_ANSI__
-#include <io.h>
-#endif
-
+/* + * This file is part of the Mingw32 package. + * + * unistd.h maps (roughly) to io.h + */ +#ifndef __STRICT_ANSI__ +#include <io.h> +#endif + |
