mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Fix defines for C applications
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user