Fix compilation issues on linux 64 machines
This commit is contained in:
+1
-1
@@ -374,7 +374,7 @@ namespace crnd
|
||||
|
||||
const uint32 cIntBits = 32U;
|
||||
|
||||
#ifdef _WIN64
|
||||
#if CRNLIB_64BIT_POINTERS
|
||||
typedef uint64 ptr_bits;
|
||||
#else
|
||||
typedef uint32 ptr_bits;
|
||||
|
||||
Reference in New Issue
Block a user