#pragma once #ifdef CERTIFICATE_DLL # ifdef _WIN32 # define CEREXPORT __declspec(dllexport) # endif #else # define CEREXPORT #endif