mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
* Adjustment: Remove some unnecessary ifdef logic in UUID headers.
This commit is contained in:
parent
3f34c9020e
commit
3ecdf292d7
|
|
@ -28,11 +28,7 @@
|
|||
#endif
|
||||
#include "console/engineTypeInfo.h"
|
||||
|
||||
#if defined (TORQUE_OS_MAC) && (defined(TORQUE_CPU_X64) || defined(TORQUE_CPU_ARM64))
|
||||
typedef unsigned int unsigned32;
|
||||
#else
|
||||
typedef unsigned long unsigned32;
|
||||
#endif
|
||||
typedef unsigned short unsigned16;
|
||||
typedef unsigned char unsigned8;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue