mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 22:45:18 +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
|