freeimage.h
FIMULTIBITMAP
#ifdef __cplusplus #define FI_STRUCT(x) struct x #else #define FI_STRUCT(x) typedef struct x x; struct x #endif FI_STRUCT (FIMULTIBITMAP) { void *data; };
#ifdef __cplusplus #define FI_STRUCT(x) struct x #else #define FI_STRUCT(x) typedef struct x x; struct x #endif FI_STRUCT (FIMULTIBITMAP) { void *data; };