emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.h


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/w32.h
Date: Wed, 12 Feb 2003 13:02:54 -0500

Index: emacs/src/w32.h
diff -c emacs/src/w32.h:1.13 emacs/src/w32.h:1.14
*** emacs/src/w32.h:1.13        Wed Dec 18 01:16:28 2002
--- emacs/src/w32.h     Tue Feb  4 09:03:13 2003
***************
*** 112,122 ****
  extern BOOL w32_get_long_filename (char * name, char * buf, int size);
  
  /* Prepare our standard handles for proper inheritance by child processes.  */
! extern void prepare_standard_handles (int in, int out, 
                                      int err, HANDLE handles[4]);
  
  /* Reset our standard handles to their original state.  */
! extern void reset_standard_handles (int in, int out, 
                                    int err, HANDLE handles[4]);
  
  /* Return the string resource associated with KEY of type TYPE.  */
--- 112,122 ----
  extern BOOL w32_get_long_filename (char * name, char * buf, int size);
  
  /* Prepare our standard handles for proper inheritance by child processes.  */
! extern void prepare_standard_handles (int in, int out,
                                      int err, HANDLE handles[4]);
  
  /* Reset our standard handles to their original state.  */
! extern void reset_standard_handles (int in, int out,
                                    int err, HANDLE handles[4]);
  
  /* Return the string resource associated with KEY of type TYPE.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]