mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
whoops, windows-specific function
This commit is contained in:
parent
9c4990c88a
commit
d297a816af
@ -71,6 +71,7 @@ string_to_wstring(wstring &result, const string &source) {
|
||||
}
|
||||
#endif // _WIN32
|
||||
|
||||
#ifdef _WIN32
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: wstring ostream operator
|
||||
// Description: Converts the wstring to utf-8 for output.
|
||||
@ -83,3 +84,4 @@ operator << (ostream &out, const wstring &str) {
|
||||
}
|
||||
return out;
|
||||
}
|
||||
#endif // _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user