mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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
|
#endif // _WIN32
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: wstring ostream operator
|
// Function: wstring ostream operator
|
||||||
// Description: Converts the wstring to utf-8 for output.
|
// Description: Converts the wstring to utf-8 for output.
|
||||||
@ -83,3 +84,4 @@ operator << (ostream &out, const wstring &str) {
|
|||||||
}
|
}
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
#endif // _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user