SHA256
.
This commit is contained in:
@@ -6,9 +6,21 @@
|
||||
#endif
|
||||
|
||||
#if defined(__unix) || defined(__unix__)
|
||||
# ifdef PSS_DLL_MODE
|
||||
|
||||
#define PSS_DECLSPEC
|
||||
|
||||
#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
|
||||
# error Unknow platform!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user