]> wimlib.net Git - wimlib/blobdiff - include/wimlib/header.h
Miscellaneous fixes and cleanups
[wimlib] / include / wimlib / header.h
index 238b6b22122858bd3ba8fe2870484b6062089c5e..637a4fef9f807f40a1c21dd63a05e36d950cd78e 100644 (file)
@@ -16,8 +16,9 @@
  * compatibility with Microsoft's software is desired).  */
 #define WIM_CHUNK_SIZE 32768
 
-/* Version of the WIM file.  There is an older version, but wimlib doesn't
- * support it.  The differences between the versions are undocumented.  */
+/* Version of the WIM file.  There is an older version (used for prerelease
+ * versions of Windows Vista), but wimlib doesn't support it.  The differences
+ * between the versions are undocumented.  */
 #define WIM_VERSION 0x10d00
 
 /* WIM magic characters, translated to a single 64-bit little endian number.  */