#pragma once #if defined(CVXCAMERAX64_EXPORTS) #define CVX_EXPORT __declspec(dllexport) #else #define CVX_EXPORT __declspec(dllimport) #endif