Go to the documentation of this file. 44 #if defined _WIN32 || defined __CYGWIN__ 45 #if defined GRAPHITE2_STATIC 47 #elif defined GRAPHITE2_EXPORTING 49 #define GR2_API __attribute__((dllexport)) 51 #define GR2_API __declspec(dllexport) 55 #define GR2_API __attribute__((dllimport)) 57 #define GR2_API __declspec(dllimport) 62 #if defined GRAPHITE2_STATIC 63 #define GR2_API __attribute__ ((visibility("hidden"))) 65 #define GR2_API __attribute__ ((visibility("default"))) 67 #define GR2_LOCAL __attribute__ ((visibility("hidden"))) gr_encform
Definition: Types.h:39
gr_uint8 gr_byte
Definition: Types.h:32
short gr_int16
Definition: Types.h:35
unsigned short gr_uint16
Definition: Types.h:34
signed char gr_int8
Definition: Types.h:33
int gr_int32
Definition: Types.h:37
unsigned char gr_uint8
Definition: Types.h:31
unsigned int gr_uint32
Definition: Types.h:36