提交 262551f7 编写于 作者: D Daniel P. Berrangé

src: add define of ENOMSG for MinGW

MinGW lacks ENOMSG until version 6.0.0 (Fedora 31).
Reviewed-by: NPavel Hrdina <phrdina@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 03c532cf
......@@ -482,3 +482,9 @@ enum {
#ifndef ENODATA
# define ENODATA EIO
#endif
#ifdef WIN32
# ifndef ENOMSG
# define ENOMSG 122
# endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册