]> wimlib.net Git - wimlib/commit
Fix build with very latest MinGW
authorEric Biggers <ebiggers3@gmail.com>
Sat, 18 Mar 2023 07:17:54 +0000 (00:17 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 18 Mar 2023 07:17:54 +0000 (00:17 -0700)
commitc80649a941d641cb4d83543784565ee058cc011a
tree46888c525089d033cb36405e003cbfc2c830bb15
parent9fae6ec12b55cca69abc5cd6ed902b85417ade57
Fix build with very latest MinGW

MinGW's winioctl.h has added the FSCTL_*_OVERLAY constants but not the
structs they use, so make sure to define the structs ourselves.
include/wimlib/wof.h