freeimage.h
FIMETADATA
#ifdef __cplusplus #define FI_STRUCT(x) struct x #else #define FI_STRUCT(x) typedef struct x x; struct x #endif /** Handle to a metadata model */ FI_STRUCT (FIMETADATA) { void *data; };
#ifdef __cplusplus #define FI_STRUCT(x) struct x #else #define FI_STRUCT(x) typedef struct x x; struct x #endif /** Handle to a metadata model */ FI_STRUCT (FIMETADATA) { void *data; };