Extern :
- C3d aggiornamento librerie ( 118044).
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <wchar.h>
|
||||
#include <tool_string_util.h>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <math_define.h>
|
||||
|
||||
#ifndef C3D_WINDOWS //_MSC_VER
|
||||
@@ -300,11 +301,13 @@ typedef std::string path_string;
|
||||
|
||||
|
||||
#ifdef _UNICODE
|
||||
typedef std::wofstream t_ofstream;
|
||||
typedef std::wifstream t_ifstream;
|
||||
typedef std::wofstream t_ofstream;
|
||||
typedef std::wifstream t_ifstream;
|
||||
typedef std::wostringstream t_stringstream;
|
||||
#else // _UNICODE
|
||||
typedef std::ofstream t_ofstream;
|
||||
typedef std::ifstream t_ifstream;
|
||||
typedef std::ofstream t_ofstream;
|
||||
typedef std::ifstream t_ifstream;
|
||||
typedef std::ostringstream t_stringstream_;
|
||||
#endif // _UNICODE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user