Changeset 44 for trunk/dep/include/utf8cpp/utf8
- Timestamp:
- 11/19/08 13:27:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/dep/include/utf8cpp/utf8/core.h
r2 r44 31 31 #include <iterator> 32 32 33 // use MaNGOScore types33 // use Trinity core types 34 34 #include "Platform/Define.h" 35 35 … … 40 40 // These typedefs have the same names as ones from cstdint, or boost/cstdint 41 41 42 /* use MaNGOSalternatives42 /* use Trinity alternatives 43 43 typedef unsigned char uint8_t; 44 44 typedef unsigned short uint16_t;