Files
Android11/external/giflib/config.h
2023-10-13 14:01:41 +00:00

14 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