Skip to content

Commit b088dfb

Browse files
committed
fix: add CCT_CALL definition for ARM architectures
1 parent 53d61bc commit b088dfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Src/Concerto/Core/Defines.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
#define CCT_CALL __stdcall
6666
#elif defined(CCT_ARCH_X86)
6767
#define CCT_CALL __cdecl
68+
#elif defined(CCT_ARCH_ARM) || defined(CCT_ARCH_ARM64)
69+
#define CCT_CALL
6870
#else
6971
#error unsupported arch
7072
#endif

0 commit comments

Comments
 (0)