After addition in 7253105a2e54e83f59506df7e5da6350308b615f. --- mingw-w64-headers/Makefile.am | 1 + mingw-w64-headers/Makefile.in | 1 + 2 files changed, 2 insertions(+)
diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index 09b657273..b67fbf3d6 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am @@ -241,6 +241,7 @@ IDL_SRCS = \ include/wsdxml.idl \ include/wsmandisp.idl \ include/wtypesbase.idl \ + include/windowscontracts.idl \ include/windows.foundation.idl \ include/windows.foundation.collections.idl \ include/windows.security.cryptography.idl \ diff --git a/mingw-w64-headers/Makefile.in b/mingw-w64-headers/Makefile.in index c90c1c290..96f4e6005 100644 --- a/mingw-w64-headers/Makefile.in +++ b/mingw-w64-headers/Makefile.in @@ -543,6 +543,7 @@ EXTRA_HEADERS = \ @HAVE_WIDL_TRUE@ include/wsdxml.idl \ @HAVE_WIDL_TRUE@ include/wsmandisp.idl \ @HAVE_WIDL_TRUE@ include/wtypesbase.idl \ +@HAVE_WIDL_TRUE@ include/windowscontracts.idl \ @HAVE_WIDL_TRUE@ include/windows.foundation.idl \ @HAVE_WIDL_TRUE@ include/windows.foundation.collections.idl \ @HAVE_WIDL_TRUE@ include/windows.security.cryptography.idl \ -- 2.29.2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
