X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.h;h=78de61a3f523e06c1d9c6331644fba98d7d74a1b;hp=1759df4e5357215fb428342118a2ecfe886af583;hb=650997e4865a090b6856c7ca34b02f42994e8e29;hpb=670a54f5de37bff02c49f37d690b26654cf7fa1d diff --git a/src/lookup_table.h b/src/lookup_table.h index 1759df4e..78de61a3 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -163,7 +163,7 @@ struct wim_lookup_table_entry { WIMStruct *wim; tchar *file_on_disk; tchar *staging_file_name; - u8 *attached_buffer; + void *attached_buffer; #ifdef WITH_NTFS_3G struct ntfs_location *ntfs_loc; #endif