summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-src/pngconf.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-09-15 21:11:56 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-09-15 21:11:56 +0000
commit3693b363fadb1f5a5d079c310a62f5118cc68ca1 (patch)
treefff99ffcb25d700701f8221b1eed93acb8705ab1 /Build/source/libs/libpng/libpng-src/pngconf.h
parent62f01f665729e60472abd2b4c91b7519e1366a65 (diff)
libpng 1.6.38
git-svn-id: svn://tug.org/texlive/trunk@64407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-src/pngconf.h')
-rw-r--r--Build/source/libs/libpng/libpng-src/pngconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/libpng/libpng-src/pngconf.h b/Build/source/libs/libpng/libpng-src/pngconf.h
index 927a769dbee..89d28f83a05 100644
--- a/Build/source/libs/libpng/libpng-src/pngconf.h
+++ b/Build/source/libs/libpng/libpng-src/pngconf.h
@@ -1,9 +1,9 @@
/* pngconf.h - machine-configurable file for libpng
*
- * libpng version 1.6.37
+ * libpng version 1.6.38
*
- * 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