mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-25 16:12:00 +01:00
13 lines
180 B
C
Executable file
13 lines
180 B
C
Executable file
|
|
// giflib config.h
|
|
|
|
#ifndef GIF_CONFIG_H_DEFINED
|
|
#define GIF_CONFIG_H_DEFINED
|
|
|
|
#include <sys/types.h>
|
|
#define HAVE_STDINT_H
|
|
#define HAVE_FCNTL_H
|
|
|
|
typedef uint32_t UINT32;
|
|
|
|
#endif
|