Imported from libpng-1.0.11.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-04-27 08:29:32 -05:00
parent 82ae383331
commit 328353990f
53 changed files with 137 additions and 204 deletions

View File

@@ -1,7 +1,7 @@
/* pngtest.c - a simple test program to test libpng
*
* libpng 1.0.11rc1 - April 20, 2001
* libpng 1.0.11 - April 27, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -1511,4 +1511,4 @@ main(int argc, char *argv[])
}
/* Generate a compiler error if there is an old png.h in the search path. */
typedef version_1_0_11rc1 your_png_h_is_not_version_1_0_11rc1;
typedef version_1_0_11 your_png_h_is_not_version_1_0_11;