Commit 1451614c by Alan Mishchenko

Compiler warnings.

parent 8ad4a10f
...@@ -34,15 +34,15 @@ ...@@ -34,15 +34,15 @@
#define ABC_NAMESPACE_HEADER_END #define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_IMPL_START #define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END #define ABC_NAMESPACE_IMPL_END
typedef unsigned __int64 word;
#endif #endif
ABC_NAMESPACE_HEADER_START ABC_NAMESPACE_HEADER_START
typedef unsigned __int64 ABC_UINT64_T; //typedef unsigned __int64 ABC_UINT64_T;
//typedef ABC_UINT64_T word; //typedef ABC_UINT64_T word;
typedef unsigned __int64 word;
#define bool int #define bool int
#define false 0 #define false 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment