Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
100dcd40
Commit
100dcd40
authored
Jan 30, 2003
by
Juanma Barranquero
Browse files
(init_external_image_libraries): Add missing operator.
parent
fbd852af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/w32fns.c
src/w32fns.c
+1
-1
No files found.
src/ChangeLog
View file @
100dcd40
2003-01-30 Juanma Barranquero <lektu@terra.es>
* w32fns.c (init_external_image_libraries): Add missing operator.
2003-01-29 Jason Rumney <jasonr@gnu.org>
* w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
...
...
src/w32fns.c
View file @
100dcd40
...
...
@@ -15681,7 +15681,7 @@ init_external_image_libraries ()
#if HAVE_JPEG
/* Try loading jpeg library under probable names. */
if ((library = LoadLibrary ("libjpeg.dll"))
(library = LoadLibrary ("jpeg-62.dll"))
||
(library = LoadLibrary ("jpeg-62.dll"))
|| (library = LoadLibrary ("jpeg.dll")))
{
if (init_jpeg_functions (library))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment