20 #ifndef PRIMITIVESAPI_H
21 #define PRIMITIVESAPI_H
23 #if defined PRIMITIVESAPI_EXPORTS
25 #define PRIMITIVESAPI_EXPORT __declspec( dllexport )
27 #define PRIMITIVESAPI_EXPORT
31 #define PRIMITIVESAPI_EXPORT __declspec( dllimport )
33 #define PRIMITIVESAPI_EXPORT