X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fsecurity.h;h=9d338a15faa3b6cf108af21e69d495de48a8d3d7;hb=3ffb2cde078ae8f62d542ab89166e1059c13d758;hp=2f51560ffe0a749a4a98010466d4231951f26fdb;hpb=4d9794d1f1a6044c261faae0968af1b2c0480f4b;p=wimlib diff --git a/include/wimlib/security.h b/include/wimlib/security.h index 2f51560f..9d338a15 100644 --- a/include/wimlib/security.h +++ b/include/wimlib/security.h @@ -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. */