vss-win32.c (7ec6a364916c0d1eba01128481e503a550a2b466) vss-win32.c (e688df6bc4549f28534cdb001f168b8caae55b0c)
1/*
2 * QEMU Guest Agent VSS utility functions
3 *
4 * Copyright Hitachi Data Systems Corp. 2013
5 *
6 * Authors:
7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#include "qemu/osdep.h"
14#include <windows.h>
1/*
2 * QEMU Guest Agent VSS utility functions
3 *
4 * Copyright Hitachi Data Systems Corp. 2013
5 *
6 * Authors:
7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#include "qemu/osdep.h"
14#include <windows.h>
15#include "qapi/error.h"
15#include "qemu/error-report.h"
16#include "qga/guest-agent-core.h"
17#include "qga/vss-win32.h"
18#include "qga/vss-win32/requester.h"
19
20#define QGA_VSS_DLL "qga-vss.dll"
21
22static HMODULE provider_lib;

--- 145 unchanged lines hidden ---
16#include "qemu/error-report.h"
17#include "qga/guest-agent-core.h"
18#include "qga/vss-win32.h"
19#include "qga/vss-win32/requester.h"
20
21#define QGA_VSS_DLL "qga-vss.dll"
22
23static HMODULE provider_lib;

--- 145 unchanged lines hidden ---