mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
+ added constant for header version
git-svn-id: trunk@4716 -
This commit is contained in:
parent
8d21a43989
commit
710f374346
@ -16,8 +16,12 @@ uses
|
||||
Const
|
||||
{$ifdef windows}
|
||||
LibPng = 'libpng13'; // Library name
|
||||
{ matching lib version for libpng13.dll, needed for initialization }
|
||||
PNG_LIBPNG_VER_STRING='1.2.12';
|
||||
{$else windows}
|
||||
LibPng = 'png'; // Library name
|
||||
{ matching lib version for libpng, needed for initialization }
|
||||
PNG_LIBPNG_VER_STRING='1.2.12';
|
||||
{$endif windows}
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user