提交 ee7b4e55 编写于 作者: D Daniel P. Berrange

Make Win32 stub of vshAskReedit non-static

The main impl of vshAskReedit is non-static, so the Win32
stub must be the same
上级 2a336379
...@@ -343,7 +343,7 @@ vshAskReedit(vshControl *ctl, const char *msg) ...@@ -343,7 +343,7 @@ vshAskReedit(vshControl *ctl, const char *msg)
return c; return c;
} }
#else /* WIN32 */ #else /* WIN32 */
static int int
vshAskReedit(vshControl *ctl, const char *msg ATTRIBUTE_UNUSED) vshAskReedit(vshControl *ctl, const char *msg ATTRIBUTE_UNUSED)
{ {
vshDebug(ctl, VSH_ERR_WARNING, "%s", _("This function is not " vshDebug(ctl, VSH_ERR_WARNING, "%s", _("This function is not "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册