aseprite/third_party/giflib/lib
David Capello 8e7a5e5014 Fix gif encoding on x64 compiled with VS2017
bool is 1 byte on C++, not 4 bytes (int), so we cannot just "typedef int
bool" and assume that structs with bools will have the same size on C++
than on C.
2017-09-27 08:42:05 -03:00
..
dgif_lib.c Fix gif encoding on x64 compiled with VS2017 2017-09-27 08:42:05 -03:00
egif_lib.c Fix gif encoding on x64 compiled with VS2017 2017-09-27 08:42:05 -03:00
gif_err.c
gif_font.c
gif_hash.c
gif_hash.h
gif_lib_private.h Fix gif encoding on x64 compiled with VS2017 2017-09-27 08:42:05 -03:00
gif_lib.h Fix gif encoding on x64 compiled with VS2017 2017-09-27 08:42:05 -03:00
gifalloc.c
quantize.c