mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add wchar
This commit is contained in:
parent
d853aef780
commit
2dc1f435ca
@ -44,5 +44,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef basic_string<char> string;
|
typedef basic_string<char> string;
|
||||||
|
typedef basic_string<wchar_t> wstring;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user