]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Char encoding updates and misc. fixes
[wimlib] / src / lookup_table.h
index 1759df4e5357215fb428342118a2ecfe886af583..78de61a3f523e06c1d9c6331644fba98d7d74a1b 100644 (file)
@@ -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