mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Eliminated unused PNG_FLAG_FREE_* defines from pngpriv.h
This commit is contained in:
parent
6bbc336c02
commit
f74c5acf29
5
ANNOUNCE
5
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.0beta81 - September 17, 2009
|
Libpng 1.4.0beta81 - September 20, 2009
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -550,7 +550,8 @@ version 1.4.0beta80 [September 17, 2009]
|
|||||||
(Dennis Gustafsson)
|
(Dennis Gustafsson)
|
||||||
Fixed typo introduced in beta78 in pngtest.c ("#if def " should be "#ifdef ")
|
Fixed typo introduced in beta78 in pngtest.c ("#if def " should be "#ifdef ")
|
||||||
|
|
||||||
version 1.4.0beta81 [September 17, 2009]
|
version 1.4.0beta81 [September 20, 2009]
|
||||||
|
Eliminated unused PNG_FLAG_FREE_* defines from pngpriv.h
|
||||||
|
|
||||||
version 1.4.0betaN [future]
|
version 1.4.0betaN [future]
|
||||||
Build shared libraries with -lz and sometimes -lm.
|
Build shared libraries with -lz and sometimes -lm.
|
||||||
|
3
CHANGES
3
CHANGES
@ -2236,7 +2236,8 @@ version 1.4.0beta80 [September 17, 2009]
|
|||||||
(Dennis Gustafsson)
|
(Dennis Gustafsson)
|
||||||
Fixed typo introduced in beta78 in pngtest.c ("#if def " should be "#ifdef ")
|
Fixed typo introduced in beta78 in pngtest.c ("#if def " should be "#ifdef ")
|
||||||
|
|
||||||
version 1.4.0beta81 [September 17, 2009]
|
version 1.4.0beta81 [September 20, 2009]
|
||||||
|
Eliminated unused PNG_FLAG_FREE_* defines from pngpriv.h
|
||||||
|
|
||||||
version 1.4.0betaN [future]
|
version 1.4.0betaN [future]
|
||||||
Build shared libraries with -lz and sometimes -lm.
|
Build shared libraries with -lz and sometimes -lm.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngpriv.h - private declarations for use inside libpng
|
/* pngpriv.h - private declarations for use inside libpng
|
||||||
*
|
*
|
||||||
* libpng version 1.4.0beta81 - September 17, 2009
|
* libpng version 1.4.0beta81 - September 20, 2009
|
||||||
* For conditions of distribution and use, see copyright notice in png.h
|
* For conditions of distribution and use, see copyright notice in png.h
|
||||||
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
||||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||||
@ -157,9 +157,9 @@
|
|||||||
#define PNG_FLAG_CRC_ANCILLARY_NOWARN 0x0200
|
#define PNG_FLAG_CRC_ANCILLARY_NOWARN 0x0200
|
||||||
#define PNG_FLAG_CRC_CRITICAL_USE 0x0400
|
#define PNG_FLAG_CRC_CRITICAL_USE 0x0400
|
||||||
#define PNG_FLAG_CRC_CRITICAL_IGNORE 0x0800
|
#define PNG_FLAG_CRC_CRITICAL_IGNORE 0x0800
|
||||||
#define PNG_FLAG_FREE_PLTE 0x1000
|
/* 0x1000 unused */
|
||||||
#define PNG_FLAG_FREE_TRNS 0x2000
|
/* 0x2000 unused */
|
||||||
#define PNG_FLAG_FREE_HIST 0x4000
|
/* 0x4000 unused */
|
||||||
#define PNG_FLAG_KEEP_UNKNOWN_CHUNKS 0x8000L
|
#define PNG_FLAG_KEEP_UNKNOWN_CHUNKS 0x8000L
|
||||||
#define PNG_FLAG_KEEP_UNSAFE_CHUNKS 0x10000L
|
#define PNG_FLAG_KEEP_UNSAFE_CHUNKS 0x10000L
|
||||||
#define PNG_FLAG_LIBRARY_MISMATCH 0x20000L
|
#define PNG_FLAG_LIBRARY_MISMATCH 0x20000L
|
||||||
|
Loading…
x
Reference in New Issue
Block a user