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.
This commit is contained in:
parent
477b9eaf45
commit
60b97442f7
1 changed files with 0 additions and 2 deletions
|
@ -447,8 +447,6 @@ w32_load_image (struct frame *f, struct image *img,
|
|||
if (delay >= 0)
|
||||
metadata = Fcons (Qdelay, Fcons (make_float (delay), metadata));
|
||||
}
|
||||
else if (status == Win32Error) /* FIXME! */
|
||||
status = Ok;
|
||||
}
|
||||
|
||||
if (status == Ok)
|
||||
|
|
Loading…
Add table
Reference in a new issue