5 #ifdef BUILDING_IMAGE_ADDON
6 // we are building the Image addon
7 #define IOIMAGE_API __declspec(dllexport)
9 // we link against the Vector addon
10 #define IOIMAGE_API __declspec(dllimport)
12 #else // then not on Windows just define this to nothing