INT64 __stdcall wcstol(WCHAR *nptr, WCHAR **endptr, INT64 ibase){ INT64 v4; INT64 v5; LODWORD(v5) = 0; LODWORD(v4) = 0; return wcstoxlX(&_initiallocalestructinfo, nptr, endptr, (unsigned int)ibase, v4, v5); }