X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flookup_table.h;h=ca418219a898aaf1cf7b83e07cb2b580d66f6e7a;hb=7acdc3aecd7ce546727ae8239e0d942c2a00db43;hp=8de9f075683aa0934bb3271e1d7170f9c4f9035b;hpb=c7af42d3d894338bbd1cb7f4b77948f746485482;p=wimlib diff --git a/src/lookup_table.h b/src/lookup_table.h index 8de9f075..ca418219 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -77,6 +77,10 @@ enum resource_location { * point or not. @ntfs_loc points to a structure containing this * information. */ RESOURCE_IN_NTFS_VOLUME, + + /* Resource must be accessed using Win32 API (may be a named data + * stream) */ + RESOURCE_WIN32, }; /* @@ -271,7 +275,8 @@ extern struct wim_lookup_table_entry * clone_lookup_table_entry(const struct wim_lookup_table_entry *lte); extern void -print_lookup_table_entry(const struct wim_lookup_table_entry *entry); +print_lookup_table_entry(const struct wim_lookup_table_entry *entry, + FILE *out); extern void free_lookup_table_entry(struct wim_lookup_table_entry *lte);