mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Add bitness definitions, and platform definitions
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
#else
|
||||
#define TOY_BITNESS 32
|
||||
#endif
|
||||
#elif defined(__NetBSD__)
|
||||
#if defined(__LP64__)
|
||||
#define TOY_BITNESS 64
|
||||
#else
|
||||
#define TOY_BITNESS 32
|
||||
#endif
|
||||
#elif defined(_WIN32) || defined(_WIN64)
|
||||
#if defined(_WIN64)
|
||||
#define TOY_BITNESS 64
|
||||
|
||||
Reference in New Issue
Block a user