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

Set CDI_SIZE_TYPE to size_t

parent 50e000f1
Branches sizetype
No related tags found
No related merge requests found
Pipeline #11071 canceled
......@@ -12,11 +12,11 @@
#include <sys/types.h>
#ifndef CDI_SIZE_TYPE
#define CDI_SIZE_TYPE int
#define CDI_SIZE_TYPE size_t
#endif
#ifndef CDI_DATE_TYPE // Must be signed integer (int32_t or int64_t)!
#define CDI_DATE_TYPE int
#define CDI_DATE_TYPE int64_t
#endif
typedef CDI_SIZE_TYPE SizeType;
......
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