mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 06:22:26 +00:00
define SRTICT_ALIGN to - if the system is x86/x64 system
This commit is contained in:
parent
ddce305c17
commit
03ddc1f29a
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@
|
||||||
#ifndef STRICT_ALIGN
|
#ifndef STRICT_ALIGN
|
||||||
#if !(defined(__i386) || defined (__amd64)) || defined (__clang__)
|
#if !(defined(__i386) || defined (__amd64)) || defined (__clang__)
|
||||||
#define STRICT_ALIGN 1
|
#define STRICT_ALIGN 1
|
||||||
|
#else
|
||||||
|
#define STRICT_ALIGN 0
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue