*** empty log message ***

This commit is contained in:
Jason Rumney 2003-02-02 00:01:45 +00:00
parent 507f5dcead
commit 5d54d177cf
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-02-01 Jason Rumney <jasonr@gnu.org>
* configure.bat: Automatically detect libXpm.
Suppress compiler output when testing for image libraries.
Give names of un-found libraries in messages.
2003-01-31 Juanma Barranquero <lektu@terra.es>
* configure.bat: Automatically detect giflib and tifflib.

View file

@ -1,5 +1,13 @@
2003-02-01 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
local malloc.
[HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
definitions in xpm.h.
(init_xpm_functions): New function.
(xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
(init_external_image_libraries): Try to load libXpm.dll.
* fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
timestamp.