Subversion Repositories Kolibri OS

Rev

Rev 5197 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6324 serge 1
/* generated for  gcc.exe (GCC) 4.9.3 */
5197 serge 2
 
3
#ifndef GCC_GENERATED_STDINT_H
4
#define GCC_GENERATED_STDINT_H 1
5
 
6
#include 
7
#include 
8
/* glibc uses these symbols as guards to prevent redefinitions.  */
9
#ifdef __int8_t_defined
10
#define _INT8_T
11
#define _INT16_T
12
#define _INT32_T
13
#endif
14
#ifdef __uint32_t_defined
15
#define _UINT32_T
16
#endif
17
 
18
 
19
/* Some systems have guard macros to prevent redefinitions, define them.  */
20
#ifndef _INT8_T
21
#define _INT8_T
22
#endif
23
#ifndef _INT16_T
24
#define _INT16_T
25
#endif
26
#ifndef _INT32_T
27
#define _INT32_T
28
#endif
29
#ifndef _UINT8_T
30
#define _UINT8_T
31
#endif
32
#ifndef _UINT16_T
33
#define _UINT16_T
34
#endif
35
#ifndef _UINT32_T
36
#define _UINT32_T
37
#endif
38
 
39
/* system headers have good uint64_t and int64_t */
40
#ifndef _INT64_T
41
#define _INT64_T
42
#endif
43
#ifndef _UINT64_T
44
#define _UINT64_T
45
#endif
46
 
47
#endif /* GCC_GENERATED_STDINT_H */