mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
* Adjustment: Remove some unnecessary ifdef logic in UUID headers.
This commit is contained in:
parent
3f34c9020e
commit
3ecdf292d7
1 changed files with 0 additions and 4 deletions
|
|
@ -28,11 +28,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include "console/engineTypeInfo.h"
|
#include "console/engineTypeInfo.h"
|
||||||
|
|
||||||
#if defined (TORQUE_OS_MAC) && (defined(TORQUE_CPU_X64) || defined(TORQUE_CPU_ARM64))
|
|
||||||
typedef unsigned int unsigned32;
|
typedef unsigned int unsigned32;
|
||||||
#else
|
|
||||||
typedef unsigned long unsigned32;
|
|
||||||
#endif
|
|
||||||
typedef unsigned short unsigned16;
|
typedef unsigned short unsigned16;
|
||||||
typedef unsigned char unsigned8;
|
typedef unsigned char unsigned8;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue