Double Whoops. :P
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402132
This commit is contained in:
parent
e870669bee
commit
c500a06379
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ typedef int64_t Sint64;
|
|||
typedef uint64_t Uint64;
|
||||
#else
|
||||
/* This is really just a hack to prevent the compiler from complaining */
|
||||
typdef Sint32 Sint64;
|
||||
typdef Uint32 Uint64;
|
||||
typedef Sint32 Sint64;
|
||||
typedef Uint32 Uint64;
|
||||
#endif
|
||||
|
||||
/* Make sure the types really have the right sizes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue