OSDN Git Service

* include/process.h: Remove the #endif associated with removal of
authorcgf <cgf>
Fri, 12 Mar 2004 16:39:36 +0000 (16:39 +0000)
committercgf <cgf>
Fri, 12 Mar 2004 16:39:36 +0000 (16:39 +0000)
__STRICT_ANSI__ guard from non-ANSI header.

winsup/mingw/ChangeLog
winsup/mingw/include/process.h

index e30f6af..d27c62d 100644 (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.
index 6d61b2a..ab9d353 100644 (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__ */