mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
wstring is now guaranteed by dtoolbase
This commit is contained in:
parent
36bec1e8d7
commit
9411fd0af0
@ -29,11 +29,6 @@
|
||||
class Node;
|
||||
class TextGlyph;
|
||||
|
||||
#if defined(__GNUC__) && !defined(HAVE_IOSTREAM)
|
||||
// For some reason, early versions of gcc's <string> didn't define this.
|
||||
typedef basic_string<wchar_t> wstring;
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Class : TextFont
|
||||
// Description : An encapsulation of a font; i.e. a set of glyphs that
|
||||
|
Loading…
x
Reference in New Issue
Block a user