diff options
Diffstat (limited to 'winsup/mingw/include/sys/timeb.h')
-rw-r--r-- | winsup/mingw/include/sys/timeb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/mingw/include/sys/timeb.h b/winsup/mingw/include/sys/timeb.h index 16b4dc0a4..4e5b1bfae 100644 --- a/winsup/mingw/include/sys/timeb.h +++ b/winsup/mingw/include/sys/timeb.h @@ -24,8 +24,6 @@ * */ -#ifndef __STRICT_ANSI__ - #ifndef _TIMEB_H_ #define _TIMEB_H_ @@ -77,6 +75,3 @@ _CRTIMP void __cdecl ftime (struct timeb*); #endif /* Not RC_INVOKED */ #endif /* Not _TIMEB_H_ */ - -#endif /* Not __STRICT_ANSI__ */ - |