Skip to content
Snippets Groups Projects
Commit 0f10fb5b authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Added CDI_DATE_TYPE.

parent e73b3e14
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,12 @@
#define CDI_SIZE_TYPE size_t
#endif
#ifndef CDI_DATE_TYPE
#define CDI_DATE_TYPE int64_t
#endif
typedef CDI_SIZE_TYPE SizeType;
typedef CDI_DATE_TYPE DateType;
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment