mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
[svn] * Merge Temp dev SVN with Assembla.
* Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. --HG-- branch : trunk
This commit is contained in:
@@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#include <iterator>
|
||||
|
||||
// use MaNGOS core types
|
||||
// use Trinity core types
|
||||
#include "Platform/Define.h"
|
||||
|
||||
namespace utf8
|
||||
@@ -39,7 +39,7 @@ namespace utf8
|
||||
// You may need to change them to match your system.
|
||||
// These typedefs have the same names as ones from cstdint, or boost/cstdint
|
||||
|
||||
/* use MaNGOS alternatives
|
||||
/* use Trinity alternatives
|
||||
typedef unsigned char uint8_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned int uint32_t;
|
||||
|
||||
Reference in New Issue
Block a user