提交 e9b41e5f 编写于 作者: J jp9000

win-capture: Always copy file when debugging

Helps ensure that the hook can be debugged for things like vulkan
capture.
上级 30e3ef3b
......@@ -230,8 +230,10 @@ static bool update_hook_file(bool b64)
struct win_version_info ver_dst = {0};
if (!get_dll_ver(src, &ver_src))
return false;
#ifndef _DEBUG
if (!get_dll_ver(dst, &ver_dst))
return false;
#endif
/* if source is greater than dst, overwrite new file */
while (win_version_compare(&ver_dst, &ver_src) < 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册