20#ifndef PARAMETERSAPI_H
21#define PARAMETERSAPI_H
23#if defined PARAMETERSAPI_EXPORTS
25#define PARAMETERSAPI_EXPORT __declspec( dllexport )
27#define PARAMETERSAPI_EXPORT
31#define PARAMETERSAPI_EXPORT __declspec( dllimport )
33#define PARAMETERSAPI_EXPORT