SHA256
.
This commit is contained in:
@@ -6,9 +6,21 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__unix) || defined(__unix__)
|
#if defined(__unix) || defined(__unix__)
|
||||||
# ifdef PSS_DLL_MODE
|
|
||||||
|
#define PSS_DECLSPEC
|
||||||
|
|
||||||
#elif defined(_WIN32) || defined(__WIN32__)
|
#elif defined(_WIN32) || defined(__WIN32__)
|
||||||
|
|
||||||
|
# ifdef PSS_DLL_MODE
|
||||||
|
# ifdef PSS_BUILDING_DLL
|
||||||
|
# define PSS_DECLSPEC __declspec(dllexport)
|
||||||
|
# else
|
||||||
|
# define PSS_DECLSPEC __declspec(dllimport)
|
||||||
|
# endif
|
||||||
|
# else
|
||||||
|
# define PSS_DECLSPEC
|
||||||
|
# endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# error Unknow platform!
|
# error Unknow platform!
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user