This commit is contained in:
CupWater
2026-08-16 19:20:01 +08:00
parent 0bdb2cf215
commit b2db2dbbb2
2 changed files with 31 additions and 3 deletions
+13
View File
@@ -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