]> wimlib.net Git - wimlib/blobdiff - include/wimlib/security.h
security.h: Change wim_security_data->sizes back to u64 array
[wimlib] / include / wimlib / security.h
index 2f51560ffe0a749a4a98010466d4231951f26fdb..9d338a15faa3b6cf108af21e69d495de48a8d3d7 100644 (file)
@@ -26,7 +26,7 @@ struct wim_security_data {
 
        /* Array of sizes of the descriptors, in bytes, in the array
         * @descriptors. */
-       size_t *sizes;
+       u64 *sizes;
 
        /* Array of pointers to the security descriptors in the
         * SECURITY_DESCRIPTOR_RELATIVE format. */