Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/dos.h')
-rw-r--r--winsup/mingw/include/dos.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/mingw/include/dos.h b/winsup/mingw/include/dos.h
index 4f2134e7e..219632f08 100644
--- a/winsup/mingw/include/dos.h
+++ b/winsup/mingw/include/dos.h
@@ -24,8 +24,6 @@
*
*/
-#ifndef __STRICT_ANSI__
-
#ifndef _DOS_H_
#define _DOS_H_
@@ -105,6 +103,3 @@ _CRTIMP unsigned __cdecl _getdiskfree (unsigned, struct _diskfree_t *);
#endif /* Not RC_INVOKED */
#endif /* Not _DOS_H_ */
-
-#endif /* Not __STRICT_ANSI__ */
-