From b83df4e7117a514267cf768552325f30526ad21a Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 3 Nov 2009 10:10:20 -0600 Subject: [PATCH] [master] Added empty pngpriv.h file as an aid to migration to 1.4.x --- ANNOUNCE | 1 + CHANGES | 1 + pngpriv.h | 12 ++++++++++++ 3 files changed, 14 insertions(+) create mode 100644 pngpriv.h diff --git a/ANNOUNCE b/ANNOUNCE index dc8c02e5..51b6993f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -117,6 +117,7 @@ version 1.2.41beta13 [November 3, 2009] Added PNG_CONVERT_tIME_SUPPORTED macro. version 1.2.41beta14 [November 3, 2009] + Added empty pngpriv.h file as an aid to migration to 1.4.x Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/CHANGES b/CHANGES index 2a692167..00f52fa7 100644 --- a/CHANGES +++ b/CHANGES @@ -2547,6 +2547,7 @@ version 1.2.41beta13 [November 3, 2009] Added PNG_CONVERT_tIME_SUPPORTED macro. version 1.2.41beta14 [November 3, 2009] + Added empty pngpriv.h file as an aid to migration to 1.4.x Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/pngpriv.h b/pngpriv.h new file mode 100644 index 00000000..b541e2ae --- /dev/null +++ b/pngpriv.h @@ -0,0 +1,12 @@ + +/* pngpriv.h - private declarations for use inside libpng + * + * libpng version 1.2.41beta14 - November 3, 2009 + * For conditions of distribution and use, see copyright notice in png.h + * Copyright (c) 1998-2009 Glenn Randers-Pehrson + * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) + * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) + */ + +/* This is a placeholder for a header file that is introduced in + * libpng-1.4.0 */