Fix compilation issues on linux 64 machines

This commit is contained in:
boudreault.alan@gmail.com
2013-01-17 18:34:45 +00:00
parent 0dfba013b1
commit 1ff067147d
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -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;