]> git.eshelyaron.com Git - emacs.git/commit
Remove workaround from w32image.c
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Apr 2020 16:29:58 +0000 (19:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Apr 2020 16:29:58 +0000 (19:29 +0300)
commit60b97442f7fc42d029325f5cbcb6a8670dd15078
treea84643d4b053da4c6616657b4c6599afe46a640e
parent477b9eaf45da1ebc4f2117d69df3571f0bf61e47
Remove workaround from w32image.c

* src/w32image.c (w32_load_image): Remove a workaround for a bug
that is not needed anymore.  This error was happening because
GDI+ functions were called as CDECL, not as STDCALL.
src/w32image.c