- C3d aggiornamento librerie ( 118044).
This commit is contained in:
SaraP
2025-08-28 14:47:28 +02:00
parent daccdfc398
commit f05795ffff
53 changed files with 1756 additions and 520 deletions
+7 -4
View File
@@ -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