Compiler warnings.

This commit is contained in:
Alan Mishchenko 2012-08-09 18:10:14 -07:00
parent 8ad4a10fae
commit 1451614c5c
1 changed files with 2 additions and 2 deletions

View File

@ -34,15 +34,15 @@
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
typedef unsigned __int64 word;
#endif
ABC_NAMESPACE_HEADER_START
typedef unsigned __int64 ABC_UINT64_T;
//typedef unsigned __int64 ABC_UINT64_T;
//typedef ABC_UINT64_T word;
typedef unsigned __int64 word;
#define bool int
#define false 0