emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32proc.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/w32proc.c
Date: Tue, 01 Jan 2002 14:11:45 -0500

Index: emacs/src/w32proc.c
diff -c emacs/src/w32proc.c:1.46 emacs/src/w32proc.c:1.47
*** emacs/src/w32proc.c:1.46    Mon Nov 12 18:52:51 2001
--- emacs/src/w32proc.c Tue Jan  1 14:11:45 2002
***************
*** 30,36 ****
  #include <signal.h>
  
  /* must include CRT headers *before* config.h */
! #include "config.h"
  #undef signal
  #undef wait
  #undef spawnve
--- 30,40 ----
  #include <signal.h>
  
  /* must include CRT headers *before* config.h */
! 
! #ifdef HAVE_CONFIG_H
! #include <config.h>
! #endif
! 
  #undef signal
  #undef wait
  #undef spawnve



reply via email to

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