mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.0.4e.tar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user