* include/process.h: Remove the #endif associated with removal of
__STRICT_ANSI__ guard from non-ANSI header.
This commit is contained in:
parent
cbc2ab7c83
commit
07411d4c2e
|
@ -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.
|
||||
|
|
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue