]> git.eshelyaron.com Git - emacs.git/commit
File-handling cleanup in w32image.c
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Apr 2020 06:14:07 +0000 (09:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Apr 2020 06:14:07 +0000 (09:14 +0300)
commit490f279c7e05e81bcc07e03c315aead27524f0a7
tree5b65367ce52a4029ee67d2c8c3e81a4e2596c453
parente16374507f8c51c61f0f1a276308144baf8d6489
File-handling cleanup in w32image.c

* src/w32image.c (w32_load_image): Encode the image file name and
convert it via 'map_w32_filename'.  No need to do anything special
when 'w32_unicode_filenames' is zero, since file names are in
UTF-8 internally, and this code will never run on Windows 9X.
* src/w32.h (map_w32_filename): Add prototype; removed prototypes
from all *.c files.
src/w32.c
src/w32.h
src/w32fns.c
src/w32image.c