X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fwin32_common.h;h=e5317b614be2b4e861a0caca77a5ae3ae161e078;hb=dd3f804966f577b104eda649f572e8e765edc7ef;hp=7cd991ed9ad753113da5cf4d6793279f720beffd;hpb=e0cb5f9264bdea9938e48a37ebe9007467c0dd46;p=wimlib diff --git a/include/wimlib/win32_common.h b/include/wimlib/win32_common.h index 7cd991ed..e5317b61 100644 --- a/include/wimlib/win32_common.h +++ b/include/wimlib/win32_common.h @@ -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 */