Browse Source

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

Robert MacGregor 4 years ago
parent
commit
3ecdf292d7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Engine/source/core/util/uuid.h

+ 0 - 4
Engine/source/core/util/uuid.h

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