* Adjustment: Remove some unnecessary ifdef logic in UUID headers.

This commit is contained in:
Robert MacGregor 2021-08-20 22:53:45 -04:00
parent 3f34c9020e
commit 3ecdf292d7

View file

@ -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;