提交 eed22ac4 编写于 作者: A Andy Polyakov

Eliminate VC compiler warning.

上级 176a6148
......@@ -2418,7 +2418,7 @@ double app_tminterval(int stop,int usertime)
tmstop.u.LowPart = now.dwLowDateTime;
tmstop.u.HighPart = now.dwHighDateTime;
ret = (tmstop.QuadPart - tmstart.QuadPart)*1e-7;
ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart)*1e-7;
}
return (ret);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册