diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-09-30 22:54:28 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-10-26 21:46:06 +0300 |
commit | 2c7ee92e44e1e66f0a427555233eb22c78f6c4f8 (patch) | |
tree | adf518cdb65e5e8f85bacc969b481cd903ec14f7 /src/liblzma/api/lzma | |
parent | CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed. (diff) | |
download | xz-2c7ee92e44e1e66f0a427555233eb22c78f6c4f8.tar.xz |
liblzma: Refer to MinGW-w64 instead of MinGW in the API headers.
MinGW (formely a MinGW.org Project, later the MinGW.OSDN Project
at <https://osdn.net/projects/mingw/>) 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.
Diffstat (limited to 'src/liblzma/api/lzma')
-rw-r--r-- | src/liblzma/api/lzma/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index 294ec80c..9883242a 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 /** |