#define _tcstod wcstod #define _tcstof wcstof #define _tcstol wcstol #define _tcstold wcstold #define _tcstoll wcstoll #define _tcstoul wcstoul #define _tcstoull wcstoull #define _tcstoimax wcstoimax #define _tcstoumax wcstoumax #define _tcstoi64 _wcstoi64 #define _tcstoui64 _wcstoui64 #define _ttof _wtof #define _tstof _wtof #define _tstol _wtol #define _tstoll _wtoll #define _tstoi _wtoi #defi..