Fix defines for C applications

This commit is contained in:
Paul Hollinsky
2018-11-09 16:34:00 -05:00
parent 77d694c662
commit f05f96822e
3 changed files with 149 additions and 163 deletions
-6
View File
@@ -4,12 +4,6 @@
#include <stdint.h>
#include <time.h>
#ifdef __cplusplus
#define CONSTEXPR constexpr
#else
#define CONSTEXPR const
#endif
typedef struct {
const char* description;
time_t timestamp;