mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
Removed references to tr1 now that c++11 works
This commit is contained in:
@@ -21,9 +21,9 @@ namespace NAMESPACE
|
||||
|
||||
namespace Base
|
||||
{
|
||||
#define INT32_MAX 0x7FFFFFFF
|
||||
#define INT32_MIN 0x80000000
|
||||
#define UINT32_MAX 0xFFFFFFFF
|
||||
//#define INT32_MAX 0x7FFFFFFF
|
||||
//#define INT32_MIN 0x80000000
|
||||
//#define UINT32_MAX 0xFFFFFFFF
|
||||
|
||||
typedef signed char int8;
|
||||
typedef unsigned char uint8;
|
||||
|
||||
Reference in New Issue
Block a user