From 296f64a43ee42fc2fbc4f549c8c02d2ac4fe42ff Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 22 Dec 2009 09:36:44 -0600 Subject: [PATCH] [devel] Imported from libpng-1.4.0rc03.tar --- libpng-1.4.0rc03.txt | 8 +++++++- libpng.3 | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/libpng-1.4.0rc03.txt b/libpng-1.4.0rc03.txt index fe7e0c1a5..22d9067a0 100644 --- a/libpng-1.4.0rc03.txt +++ b/libpng-1.4.0rc03.txt @@ -3003,7 +3003,13 @@ Support for global arrays was removed. Some obsolete/deprecated macros and functions have been removed. -The obsolete, unused pnggccrd.c and pngvcrd.files were removed. +Typecasted NULL definitions such as + #define png_voidp_NULL (png_voidp)NULL +were eliminated. If you used these in your application, just use +NULL instead. + +The obsolete, unused pnggccrd.c and pngvcrd.c files and related makefiles +%were removed. The PNG_1_0_X and PNG_1_2_X macros were eliminated. diff --git a/libpng.3 b/libpng.3 index e3a8f5ebc..f231f70a3 100644 --- a/libpng.3 +++ b/libpng.3 @@ -3780,7 +3780,13 @@ Support for global arrays was removed. Some obsolete/deprecated macros and functions have been removed. -The obsolete, unused pnggccrd.c and pngvcrd.files were removed. +Typecasted NULL definitions such as + #define png_voidp_NULL (png_voidp)NULL +were eliminated. If you used these in your application, just use +NULL instead. + +The obsolete, unused pnggccrd.c and pngvcrd.c files and related makefiles +%were removed. The PNG_1_0_X and PNG_1_2_X macros were eliminated.