]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Win32 capture
[wimlib] / src / lookup_table.h
index 92428b124d9dff1ba9ab05f7e3c3084c3a02a75d..ca418219a898aaf1cf7b83e07cb2b580d66f6e7a 100644 (file)
@@ -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,
 };
 
 /*