Imported from libpng-1.0.9beta2.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-11-18 18:19:14 -06:00
parent fbbb5ecb52
commit f5ed0e130c
70 changed files with 1269 additions and 1711 deletions

View File

@@ -1,5 +1,5 @@
Microsoft Developer Studio Build File, Format Version 6.00 for
libpng 1.0.9beta10 (January 16, 2001) and zlib
libpng 1.0.9beta2 (November 19, 2000) and zlib
Copyright (C) 2000 Simon-Pierre Cadieux
For conditions of distribution and use, see copyright notice in png.h

View File

@@ -50,18 +50,23 @@
# define VS_SPECIALBUILD 0
#endif /* SPECIALBUILD */
#if ((PNG_LIBPNG_BUILD_TYPE & PNG_LIBPNG_BUILD_TYPEMASK) != \
PNG_LIBPNG_BUILD_STABLE)
# define VS_PRERELEASE VS_FF_PRERELEASE
# define VS_PATCHED 0
#if defined(PNG_LIBPNG_BUILD_TYPE)
# if (PNG_LIBPNG_BUILD_TYPE != stable)
# if(PNG_LIBPNG_BUILD_TYPE == patched)
# define VS_PATCHED VS_FF_PATCHED
# define VS_PRERELEASE 0
# else
# define VS_PRERELEASE VS_FF_PRERELEASE
# define VS_PATCHED 0
# endif
# else
# define VS_PRERELEASE 0
# define VS_PATCHED 0
# endif /* PNG_LIBPNG_BUILD_TYPE != stable */
#else
# define VS_PRERELEASE 0
# if (PNG_LIBPNG_BUILD_TYPE & PNG_LIBPNG_BUILD_PATCHED)
# define VS_PATCHED VS_FF_PATCHED
# else
# define VS_PATCHED 0
# endif
#endif
# define VS_PATCHED 0
#endif /* PNG_LIBPNG_BUILD_TYPE */
VS_VERSION_INFO VERSIONINFO
FILEVERSION PNG_LIBPNG_VER_MAJOR, PNG_LIBPNG_VER_MINOR, PNG_LIBPNG_VER_RELEASE, PNG_LIBPNG_VER_BUILD

View File

@@ -6,7 +6,7 @@ LIBRARY
DESCRIPTION "PNG image compression library for Windows"
EXPORTS
;Version 1.0.9beta10
;Version 1.0.9beta2
png_build_grayscale_palette @1
png_check_sig @2
png_chunk_error @3
@@ -176,8 +176,3 @@ EXPORTS
png_write_init_2 @167
png_access_version_number @168
; png_sig_bytes @169
; png_libpng_ver @170
png_init_io @171
png_convert_to_rfc1123 @172
png_set_invalid @173
png_mmx_support @174