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