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