mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-11 21:44:58 -04:00
this is a more "clean" conversion to 64 bit than the type-fixups branch, which does borrow some elements from it but has far less find and replace...it is about 98-99% done, notes to follow later
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ucs2
|
||||
class string
|
||||
{
|
||||
public:
|
||||
typedef unsigned short char_type;
|
||||
typedef uint16_t char_type;
|
||||
typedef unsigned size_type;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user