UINT64_C macro definition in case it is not defined by stdint.h. fixes
Esse commit está contido em:
@@ -15,8 +15,13 @@
|
||||
#if defined __cplusplus
|
||||
# define __STDC_CONSTANT_MACROS
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef UINT64_C
|
||||
#define UINT64_C(c) (c ## ULL)
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
|
||||
#include <config.h>
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário