mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 15:14:52 +00:00
11 lines
174 B
C
11 lines
174 B
C
|
#ifndef _STDC_PREDEF_H
|
||
|
#define _STDC_PREDEF_H
|
||
|
|
||
|
#define __STDC_ISO_10646__ 201206L
|
||
|
|
||
|
#if !defined(__GCC_IEC_559) || __GCC_IEC_559 > 0
|
||
|
#define __STDC_IEC_559__ 1
|
||
|
#endif
|
||
|
|
||
|
#endif
|