]> wimlib.net Git - wimlib/blobdiff - src/win32.h
Add --noacls options and set dwDesiredAccess more appropriately
[wimlib] / src / win32.h
index 518b30e6d2b9f560438ef661fe259823f1d4585b..139490e6634dd18c31924855f656149d3c6c2ba4 100644 (file)
@@ -20,7 +20,7 @@ win32_read_file(const mbchar *filename, void *handle, u64 offset,
                size_t size, void *buf);
 
 extern HANDLE
-win32_open_file_readonly(const wchar_t *path_utf16, bool data_only);
+win32_open_file_data_only(const wchar_t *path_utf16);
 
 extern void
 win32_close_file(void *handle);