- cleaned up more compiler warnings

- added unsigned 64 bit type for windows
This commit is contained in:
Mark Vejvoda
2010-10-21 15:55:12 +00:00
parent c6a4e53151
commit 45a26a4597
3 changed files with 6 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ typedef unsigned short int uint16;
typedef int int32;
typedef unsigned int uint32;
typedef long long int64;
typedef unsigned long long uint64;
}}//end namespace