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.c


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

Index: emacs/src/w32.c
diff -c emacs/src/w32.c:1.69 emacs/src/w32.c:1.70
*** emacs/src/w32.c:1.69        Wed Dec 19 13:56:44 2001
--- emacs/src/w32.c     Tue Jan  1 14:08:50 2002
***************
*** 35,41 ****
  #include <sys/utime.h>
  
  /* must include CRT headers *before* config.h */
! #include "config.h"
  #undef access
  #undef chdir
  #undef chmod
--- 35,45 ----
  #include <sys/utime.h>
  
  /* must include CRT headers *before* config.h */
! 
! #ifdef HAVE_CONFIG_H
! #include <config.h>
! #endif
! 
  #undef access
  #undef chdir
  #undef chmod



reply via email to

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