mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 07:30:33 +00:00
declare ECANCELED on all machines
This is needed in particular on Win32. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
6c806637fa
commit
2084a8e330
@ -61,6 +61,9 @@ typedef struct Monitor Monitor;
|
|||||||
#if !defined(ENOTSUP)
|
#if !defined(ENOTSUP)
|
||||||
#define ENOTSUP 4096
|
#define ENOTSUP 4096
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(ECANCELED)
|
||||||
|
#define ECANCELED 4097
|
||||||
|
#endif
|
||||||
#ifndef TIME_MAX
|
#ifndef TIME_MAX
|
||||||
#define TIME_MAX LONG_MAX
|
#define TIME_MAX LONG_MAX
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user