diff options
Diffstat (limited to 'win32/include/sys/file.h')
| -rw-r--r-- | win32/include/sys/file.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/win32/include/sys/file.h b/win32/include/sys/file.h index 848ad3d..96c49e1 100644 --- a/win32/include/sys/file.h +++ b/win32/include/sys/file.h @@ -1,9 +1,9 @@ -/*
- * This file is part of the Mingw32 package.
- *
- * This file.h maps to the root fcntl.h
- * TODO?
- */
-#ifndef __STRICT_ANSI__
-#include <fcntl.h>
-#endif
+/* + * This file is part of the Mingw32 package. + * + * This file.h maps to the root fcntl.h + * TODO? + */ +#ifndef __STRICT_ANSI__ +#include <fcntl.h> +#endif |
