From 07411d4c2e9bed0a056477ab3050d38842546598 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 12 Mar 2004 16:39:37 +0000 Subject: [PATCH] * include/process.h: Remove the #endif associated with removal of __STRICT_ANSI__ guard from non-ANSI header. --- winsup/mingw/ChangeLog | 5 +++++ winsup/mingw/include/process.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index e30f6afff..d27c62df7 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,8 @@ +2004-03-11 Brian Keener + + * include/process.h: Remove the #endif associated with removal of + __STRICT_ANSI__ guard from non-ANSI header. + 2004-03-10 Danny Smith * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. diff --git a/winsup/mingw/include/process.h b/winsup/mingw/include/process.h index 6d61b2a2b..ab9d3538a 100644 --- a/winsup/mingw/include/process.h +++ b/winsup/mingw/include/process.h @@ -152,5 +152,3 @@ _CRTIMP int __cdecl spawnvpe (int, const char*, const char* const*, const char* #endif /* Not RC_INVOKED */ #endif /* _PROCESS_H_ not defined */ - -#endif /* Not __STRICT_ANSI__ */