emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Thu, 30 Jan 2003 02:20:13 -0500

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.203 emacs/src/w32fns.c:1.204
*** emacs/src/w32fns.c:1.203    Wed Jan 29 18:31:11 2003
--- emacs/src/w32fns.c  Thu Jan 30 02:20:10 2003
***************
*** 15681,15687 ****
  #if HAVE_JPEG
    /* Try loading jpeg library under probable names.  */
    if ((library = LoadLibrary ("libjpeg.dll"))
!       (library = LoadLibrary ("jpeg-62.dll"))
        || (library = LoadLibrary ("jpeg.dll")))
      {
        if (init_jpeg_functions (library))
--- 15681,15687 ----
  #if HAVE_JPEG
    /* Try loading jpeg library under probable names.  */
    if ((library = LoadLibrary ("libjpeg.dll"))
!       || (library = LoadLibrary ("jpeg-62.dll"))
        || (library = LoadLibrary ("jpeg.dll")))
      {
        if (init_jpeg_functions (library))




reply via email to

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