19 #ifndef avro_Config_hh 20 #define avro_Config_hh 25 #pragma warning (disable: 4275 4251) 27 #if defined(AVRO_DYN_LINK) 29 # define AVRO_DECL __declspec(dllexport) 31 # define AVRO_DECL __declspec(dllimport) 33 #endif // AVRO_DYN_LINK 36 typedef SSIZE_T ssize_t;