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: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Wed, 29 Jan 2003 18:31:11 -0500

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.202 emacs/src/w32fns.c:1.203
*** emacs/src/w32fns.c:1.202    Mon Jan 27 17:18:35 2003
--- emacs/src/w32fns.c  Wed Jan 29 18:31:11 2003
***************
*** 15681,15686 ****
--- 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]