diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-24 20:18:05 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-24 20:18:05 +0200 |
| commit | 1127ebfcd3f6f118dd1f499db1a51c5dceeddbdc (patch) | |
| tree | 0ddcb1d972ec2dcdbb25f8ec8ba0b588d5b99576 /png/pngconf.h | |
| parent | 2fdd1cea91bfb74d3a80ff2a5650acf7a1989f79 (diff) | |
Upgrade bundled libpng to version 1.6.40 - cont'd
Diffstat (limited to 'png/pngconf.h')
| -rw-r--r-- | png/pngconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/png/pngconf.h b/png/pngconf.h index 927a769db..6671e3c33 100644 --- a/png/pngconf.h +++ b/png/pngconf.h @@ -1,9 +1,9 @@ /* pngconf.h - machine-configurable file for libpng * - * libpng version 1.6.37 + * libpng version 1.6.40 * - * Copyright (c) 2018-2019 Cosmin Truta + * Copyright (c) 2018-2022 Cosmin Truta * Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson * Copyright (c) 1996-1997 Andreas Dilger * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. @@ -180,8 +180,8 @@ * compiler-specific macros to the values required to change the calling * conventions of the various functions. */ -#if defined(_Windows) || defined(_WINDOWS) || defined(WIN32) ||\ - defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) +#if defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || \ + defined(__CYGWIN__) /* Windows system (DOS doesn't support DLLs). Includes builds under Cygwin or * MinGW on any architecture currently supported by Windows. Also includes * Watcom builds but these need special treatment because they are not |
