Clean code for Visual Studio 2008 compiler

This commit is contained in:
ccpaging
2017-11-16 14:09:13 +08:00
parent d2b6985028
commit e8ad51e62f
4 changed files with 3 additions and 3 deletions

View File

@@ -60,6 +60,9 @@ typedef unsigned __int32 uint32_t;
#ifndef uint64_t
typedef unsigned __int64 uint64_t;
#endif
#ifndef UINT32_MAX
#define UINT32_MAX _UI32_MAX
#endif
#else