UINT64_C macro definition in case it is not defined by stdint.h. fixes

Esse commit está contido em:
Mani Monajjemi
2012-08-29 17:15:13 -07:00
commit de autolab
commit 337555f43b
+5
Ver Arquivo
@@ -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>