WIA: Add documentation

This commit is contained in:
JosJuice
2020-01-06 22:34:11 +01:00
parent 01a77ae8a1
commit 0b407228b7
2 changed files with 172 additions and 0 deletions

View File

@ -54,6 +54,8 @@ private:
LZMA2 = 4,
};
// See docs/WIA.md for details about the format
#pragma pack(push, 1)
struct WIAHeader1
{