mirror of https://github.com/axmolengine/axmol.git
LUAI_USER_ALIGNMENT_T matching clang defination
This commit is contained in:
parent
48dd621d00
commit
5992d10b57
|
@ -801,8 +801,10 @@
|
|||
*/
|
||||
#if defined(_MSC_VER)
|
||||
#define LUAI_USER_ALIGNMENT_T double
|
||||
#else
|
||||
#elif defined(__APPLE__)
|
||||
#define LUAI_USER_ALIGNMENT_T long double
|
||||
#else
|
||||
#define LUAI_USER_ALIGNMENT_T max_align_t
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue