blob: 0a756417fcf40dc1f1c82ea043e02fefcf8e06a4 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef _INC_VSBACKUP
#define _INC_VSBACKUP
#ifdef __cplusplus
extern "C" {
#endif
HRESULT ShouldBlockRevert(
LPCWSTR wszVolumeName,
WINBOOL *pbBlock
);
#ifdef __cplusplus
}
#endif
#endif /*_INC_VSBACKUP*/