Imported from libpng-1.0.4e.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-10-10 17:50:00 -05:00
parent 310faa8ec9
commit 18c415f5b5
37 changed files with 3906 additions and 3898 deletions

View File

@@ -1,7 +1,7 @@
/* pngtest.c - a simple test program to test libpng
*
* libpng 1.0.4d - October 6, 1999
* libpng 1.0.4e - October 10, 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_4d png_h_is_not_version_1_0_4d)
(version_1_0_4e png_h_is_not_version_1_0_4e)
{
if(png_h_is_not_version_1_0_4d == NULL) return;
if(png_h_is_not_version_1_0_4e == NULL) return;
}