X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwin32.h;h=89b385f214a06f07f573c30cf7b17bb126cbb5cc;hb=18b97ba5b37c0134513886062946d0fd521a9b5e;hp=51e2f3f208c9d0b274cf3457cf4febb151c470ba;hpb=161e7cdd2c0d3b3c1025da452a3192d381297465;p=wimlib diff --git a/src/win32.h b/src/win32.h index 51e2f3f2..89b385f2 100644 --- a/src/win32.h +++ b/src/win32.h @@ -46,8 +46,8 @@ win32_do_apply_dentry(const tchar *output_path, extern int win32_do_apply_dentry_timestamps(const tchar *output_path, size_t output_path_nbytes, - const struct wim_dentry *dentry, - const struct apply_args *args); + struct wim_dentry *dentry, + struct apply_args *args); extern int fsync(int fd);