From 5b9e16764905d06fa8e8339ba185ddfee304e5fb Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 30 Sep 2023 22:54:28 +0300 Subject: liblzma: Refer to MinGW-w64 instead of MinGW in the API headers. MinGW (formely a MinGW.org Project, later the MinGW.OSDN Project at ) has GCC 9.2.0 as the most recent GCC package (released 2021-02-02). The project might still be alive but majority of people have switched to MinGW-w64. Thus it seems clearer to refer to MinGW-w64 in our API headers too. Building with MinGW is likely to still work but I haven't tested it in the recent years. --- src/liblzma/api/lzma/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma/api/lzma/version.h') diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index 8739d751..74ac52f1 100644 --- a/src/liblzma/api/lzma/version.h +++ b/src/liblzma/api/lzma/version.h @@ -106,7 +106,7 @@ LZMA_VERSION_COMMIT) -/* #ifndef is needed for use with windres (MinGW or Cygwin). */ +/* #ifndef is needed for use with windres (MinGW-w64 or Cygwin). */ #ifndef LZMA_H_INTERNAL_RC /** -- cgit v1.2.3