Imported from libpng-1.0.4d.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-10-06 04:57:42 -05:00
parent bcfd15d9f2
commit ab1e583c44
38 changed files with 141 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
/* pngtest.c - a simple test program to test libpng
*
* libpng 1.0.4c - October 1, 1999
* libpng 1.0.4d - October 6, 1999
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
* Copyright (c) 1996, 1997 Andreas Dilger
@@ -1172,7 +1172,7 @@ main(int argc, char *argv[])
/* Generate a compiler error if there is an old png.h in the search path. */
void
png_check_pngtest_version
(version_1_0_4c png_h_is_not_version_1_0_4c)
(version_1_0_4d png_h_is_not_version_1_0_4d)
{
if(png_h_is_not_version_1_0_4c == NULL) return;
if(png_h_is_not_version_1_0_4d == NULL) return;
}