]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
Win32 capture: sort streams by starting LCN
[wimlib] / include / wimlib / blob_table.h
index 556187e824cc3e4be0fa3be1a2cb56db3d7c0c4e..dcf6af7ffaa2c2a44870b1e3d8eb6bb55e8caf6b 100644 (file)
@@ -174,6 +174,9 @@ struct blob_descriptor {
                                struct {
                                        tchar *file_on_disk;
                                        struct wim_inode *file_inode;
+                               #ifdef __WIN32__
+                                       u64 sort_key;
+                               #endif
                                };
 
                                /* BLOB_IN_ATTACHED_BUFFER */