diff -r 45a976bf9ca4 -r c0e54583296e hedgewars/PNGh.pas --- a/hedgewars/PNGh.pas Thu Mar 07 11:23:01 2013 +0400 +++ b/hedgewars/PNGh.pas Thu Mar 07 10:11:07 2013 +0100 @@ -29,9 +29,13 @@ {$DEFINE cdecl attribute(cdecl)} {$ENDIF} +{$IFDEF DARWIN} + {$linklib png} +{$ENDIF} + const // Constants for libpng, they are not defined in png unit. - // We actually don't need all of them. + // We actually do not need all of them. // These describe the color_type field in png_info. // color type masks