SHA256
18 lines
295 B
C
18 lines
295 B
C
#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
|