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

Added CDI_SIZE_TYPE.

parent e835413c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@
#include <stdint.h> // int64_t
#include <sys/types.h>
#ifndef CDI_SIZE_TYPE
#define CDI_SIZE_TYPE size_t
#endif
typedef CDI_SIZE_TYPE SizeType;
#ifdef __cplusplus
extern "C" {
#endif
......
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