certificate/include/cert_export.h

9 lines
133 B
C
Raw Permalink Normal View History

2025-06-20 18:17:05 +00:00
#pragma once
#ifdef CERTIFICATE_DLL
# ifdef _WIN32
# define CEREXPORT __declspec(dllexport)
# endif
#else
# define CEREXPORT
#endif