android_mt6572_jiabo/external/giflib/config.h
2025-09-05 16:56:03 +08:00

13 lines
176 B
C

// giflib config.h
#ifndef GIF_CONFIG_H_DEFINED
#define GIF_CONFIG_H_DEFINED
#include <sys/types.h>
#include <stdint.h>
#include <fcntl.h>
typedef uint32_t UINT32;
#endif