1 #ifndef __MGCL_DEFS__V8
2 #define __MGCL_DEFS__V8
20 # ifdef MGCLDLL_EXPORTS
21 # define MG_DLL_DECLR __declspec(dllexport)
23 # define MG_DLL_DECLR __declspec(dllimport)
24 # endif// MGCL_IMPORTS
30 typedef std::basic_string<TCHAR> tstring;
31 typedef std::basic_ostringstream<TCHAR> tostringstream;
32 typedef std::basic_istringstream<TCHAR> tistringstream;
33 typedef std::basic_ostream<TCHAR> tostream;
34 typedef std::basic_istream<TCHAR> tistream;
35 typedef std::basic_ifstream<TCHAR> tifstream;
36 typedef std::basic_ofstream<TCHAR> tofstream;
42 #define TCAST const wchar_t*
43 #define COUT std::wcout
44 #define CERR std::wcerr
46 #define TCAST const char*
47 #define COUT std::cout
48 #define CERR std::cerr