X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flookup_table.h;h=ca418219a898aaf1cf7b83e07cb2b580d66f6e7a;hb=7acdc3aecd7ce546727ae8239e0d942c2a00db43;hp=92428b124d9dff1ba9ab05f7e3c3084c3a02a75d;hpb=e1ec9c16b55adb6947b4d1ff46dc847430db4746;p=wimlib diff --git a/src/lookup_table.h b/src/lookup_table.h index 92428b12..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, }; /*