]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32_common.h
win32_apply.c: Use volume handle when enabling short names
[wimlib] / include / wimlib / win32_common.h
index 7cd991ed9ad753113da5cf4d6793279f720beffd..e5317b614be2b4e861a0caca77a5ae3ae161e078 100644 (file)
@@ -157,4 +157,7 @@ typedef struct _FILE_FS_PERSISTENT_VOLUME_INFORMATION {
 extern int
 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]);
+
 #endif /* _WIMLIB_WIN32_COMMON_H */