X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fheader.h;h=637a4fef9f807f40a1c21dd63a05e36d950cd78e;hb=3d84c998673ba7acf82ec5c26769a41e28a2cc7b;hp=238b6b22122858bd3ba8fe2870484b6062089c5e;hpb=ac2f455531e39641bedca08ab510a8c1d09ba125;p=wimlib diff --git a/include/wimlib/header.h b/include/wimlib/header.h index 238b6b22..637a4fef 100644 --- a/include/wimlib/header.h +++ b/include/wimlib/header.h @@ -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. */