]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32.h
wimlib: Automatically try to acquire needed privileges on Windows
[wimlib] / include / wimlib / win32.h
index f1e53fd129800cbe413ff8763bb1e341a4506a0c..04fa4d12710c0d589516fd3737a393c52fd57bd3 100644 (file)
@@ -27,7 +27,7 @@ read_win32_encrypted_file_prefix(const struct wim_lookup_table_entry *lte,
 
 
 extern void
-win32_global_init(void);
+win32_global_init(int init_flags);
 
 extern void
 win32_global_cleanup(void);
@@ -63,7 +63,6 @@ win32_strerror_r_replacement(int errnum, tchar *buf, size_t buflen);
 extern int
 win32_get_file_and_vol_ids(const wchar_t *path, u64 *ino_ret, u64 *dev_ret);
 
-
 extern ssize_t
 pread(int fd, void *buf, size_t count, off_t offset);