[vhd] add wimlib support

* This includes all the changes applied to wimlib for MSVC compilation support.
* The vast majority of these changes were original, but a very small set came
  was lifted from https://github.com/ebiggers/wimlib/pull/6 (which we discovered
  after we went through this whole exercise on our own...)
This commit is contained in:
Pete Batard 2025-04-21 20:47:03 +01:00
parent 1ed92072b8
commit 9f7d623e2e
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
74 changed files with 2748 additions and 317 deletions

View file

@ -84,4 +84,5 @@ AC_CONFIG_FILES([src/ms-sys/Makefile])
AC_CONFIG_FILES([src/syslinux/libfat/Makefile])
AC_CONFIG_FILES([src/syslinux/libinstaller/Makefile])
AC_CONFIG_FILES([src/syslinux/win/Makefile])
AC_CONFIG_FILES([src/wimlib/Makefile])
AC_OUTPUT