]> wimlib.net Git - wimlib/blobdiff - include/wimlib/reparse.h
compiler.h: remove _packed_attribute
[wimlib] / include / wimlib / reparse.h
index fcc634249be501f99bced9b078da564c0a0151a0..99d466c50f8017c41172c99e6c05930819ac4b6a 100644 (file)
@@ -14,8 +14,8 @@ struct blob_table;
  * On-disk format of a reparse point buffer.  See:
  *     https://msdn.microsoft.com/en-us/library/dd541671.aspx
  *
- * Note: we are not using _packed_attribute for this structure, so only cast to
- * this if properly aligned!
+ * Note: we are not using __attribute__((packed)) for this structure, so only
+ * cast to this if properly aligned!
  */
 struct reparse_buffer_disk {
        le32 rptag;