]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32_common.h
Add experimental support for Windows VSS
[wimlib] / include / wimlib / win32_common.h
index 9b873550ec69fe0b4bd378c399d4c00bbeba9585..d3649ace53c074a7ebaecda4840be5f8d14cbbf1 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * win32_common.h - common header for Windows-specific files.  This always
+ * should be included first.
+ */
+
 #ifndef _WIMLIB_WIN32_COMMON_H
 #define _WIMLIB_WIN32_COMMON_H
 
@@ -154,6 +159,9 @@ win32_path_to_nt_path(const wchar_t *win32_path, UNICODE_STRING *nt_path);
 extern int
 win32_get_drive_path(const wchar_t *file_path, wchar_t drive_path[7]);
 
+extern bool
+win32_try_to_attach_wof(const wchar_t *drive);
+
 extern void
 win32_warning(DWORD err, const wchar_t *format, ...) _cold_attribute;