diff options
Diffstat (limited to 'dump/win_dump.c')
| -rw-r--r-- | dump/win_dump.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dump/win_dump.c b/dump/win_dump.c index ff9c5bd339..0152f7330a 100644 --- a/dump/win_dump.c +++ b/dump/win_dump.c @@ -487,4 +487,9 @@ bool win_dump_available(Error **errp) return false; } +void create_win_dump(DumpState *s, Error **errp) +{ + win_dump_available(errp); +} + #endif |