emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Tue, 22 Jul 2003 15:05:18 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.586 emacs/src/xfns.c:1.587
*** emacs/src/xfns.c:1.586      Tue Jul 22 13:31:33 2003
--- emacs/src/xfns.c    Tue Jul 22 15:05:18 2003
***************
*** 7565,7576 ****
  
  #if HAVE_PNG
  
! #ifdef HAVE_PNG_H
! # include <png.h>
  #else
! # ifdef HAVE_LIBPNG_PNG_H
! #  include <libpng/png.h>
! # endif
  #endif
  
  /* Function prototypes.  */
--- 7565,7574 ----
  
  #if HAVE_PNG
  
! #if defined HAVE_LIBPNG_PNG_H
! # include <libpng/png.h>
  #else
! # include <png.h>
  #endif
  
  /* Function prototypes.  */




reply via email to

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