fix another redefinition warning

This commit is contained in:
DarthArgus
2015-04-02 23:25:40 -05:00
parent 2ec11e01a0
commit e659069f7c
@@ -21,10 +21,6 @@ namespace NAMESPACE
namespace Base
{
#define INT32_MAX 0x7FFFFFFF
#define INT32_MIN 0x80000000
#define UINT32_MAX 0xFFFFFFFF
typedef signed char int8;
typedef unsigned char uint8;
typedef signed short int16;