You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
long的范围不够,
当系统是32位 _wfindfirst 返回的是int32类型 long
当系统是64位 _wfindfirst 返回的是int64类型 long long ,
建议改为:
auto lIsFindFile = _wfindfirst(strPathName.c_str(), &c_file);
The text was updated successfully, but these errors were encountered:
s3m-spec/ConvertTool/Latest(行标)/S3MBToolkit/S3MBToolkit/Src/Utils.cpp
Line 705 in 9c15ed9
long的范围不够,
当系统是32位 _wfindfirst 返回的是int32类型 long
当系统是64位 _wfindfirst 返回的是int64类型 long long ,
建议改为:
auto lIsFindFile = _wfindfirst(strPathName.c_str(), &c_file);
The text was updated successfully, but these errors were encountered: