SHA256
.
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
#ifndef PSSPHOTO_DEFINITIONS_H
|
||||
#define PSSPHOTO_DEFINITIONS_H
|
||||
|
||||
#ifndef PSS_CALL
|
||||
# define PSS_CALL __stdcall
|
||||
#endif
|
||||
|
||||
#if defined(__unix) || defined(__unix__)
|
||||
# ifdef PSS_DLL_MODE
|
||||
#elif defined(_WIN32) || defined(__WIN32__)
|
||||
|
||||
#else
|
||||
# error Unknow platform!
|
||||
#endif
|
||||
|
||||
|
||||
#endif //PSSPHOTO_DEFINITIONS_H
|
||||
|
||||
Reference in New Issue
Block a user