mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-25 16:12:00 +01:00
14 lines
180 B
C
14 lines
180 B
C
|
|
||
|
// 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
|