diff options
| author | Jason Rumney | 2003-01-29 23:31:11 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-01-29 23:31:11 +0000 |
| commit | a56e4a5fd214b03439440bdf16314a98ad155ac1 (patch) | |
| tree | 520745968cef46cf8a1a8111482c7dae9f7d85e6 /src | |
| parent | e2cd29bdb4ab9ebcc99e136108f3f156577c9541 (diff) | |
| download | emacs-a56e4a5fd214b03439440bdf16314a98ad155ac1.tar.gz emacs-a56e4a5fd214b03439440bdf16314a98ad155ac1.zip | |
(init_external_image_libraries): Allow jpeg-62.dll as
an alternative name for jpeg.dll.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 67104188e5d..4af4555dd93 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -15681,6 +15681,7 @@ init_external_image_libraries () | |||
| 15681 | #if HAVE_JPEG | 15681 | #if HAVE_JPEG |
| 15682 | /* Try loading jpeg library under probable names. */ | 15682 | /* Try loading jpeg library under probable names. */ |
| 15683 | if ((library = LoadLibrary ("libjpeg.dll")) | 15683 | if ((library = LoadLibrary ("libjpeg.dll")) |
| 15684 | (library = LoadLibrary ("jpeg-62.dll")) | ||
| 15684 | || (library = LoadLibrary ("jpeg.dll"))) | 15685 | || (library = LoadLibrary ("jpeg.dll"))) |
| 15685 | { | 15686 | { |
| 15686 | if (init_jpeg_functions (library)) | 15687 | if (init_jpeg_functions (library)) |