Changeset 284 in kBuild for branches/GNU/src/gmake/w32/include
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
-
branches/GNU/src/gmake/w32/include/sub_proc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/w32/include/sub_proc.h
r53 r284 3 3 4 4 /* 5 * Component Name: 5 * Component Name: 6 6 * 7 * $Date: 1997/08/27 20:34:23$7 * $Date: 2005/02/10 00:10:58 $ 8 8 * 9 9 * $Source: /cvsroot/make/make/w32/include/sub_proc.h,v $ 10 10 * 11 * $Revision: 1. 4$11 * $Revision: 1.5 $ 12 12 */ 13 13 14 /* $Id: sub_proc.h,v 1.4 1997/08/27 20:34:23 psmith Exp $ */ 15 16 #ifdef WINDOWS32 14 /* $Id: sub_proc.h,v 1.5 2005/02/10 00:10:58 psmith Exp $ */ 17 15 18 16 #define EXTERN_DECL(entry, args) extern entry args … … 24 22 EXTERN_DECL(long process_begin, (HANDLE proc, char **argv, char **envp, 25 23 char *exec_path, char *as_user)); 26 EXTERN_DECL(long process_pipe_io, (HANDLE proc, char *stdin_data, 24 EXTERN_DECL(long process_pipe_io, (HANDLE proc, char *stdin_data, 27 25 int stdin_data_len)); 28 26 EXTERN_DECL(long process_file_io, (HANDLE proc)); … … 45 43 46 44 #endif 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

