* include/process.h: Remove the #endif associated with removal of

__STRICT_ANSI__ guard from non-ANSI header.
This commit is contained in:
Christopher Faylor 2004-03-12 16:39:37 +00:00
parent cbc2ab7c83
commit 07411d4c2e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-03-11 Brian Keener <bkeener@thesoftwaresource.com>
* include/process.h: Remove the #endif associated with removal of
__STRICT_ANSI__ guard from non-ANSI header.
2004-03-10 Danny Smith <dannysmith@users.sourceforge.net>
* include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.

View File

@ -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__ */