hedgewars/PNGh.pas
changeset 8691 a59b35e3ad8f
parent 8685 c0e54583296e
child 8697 9624836094de
--- a/hedgewars/PNGh.pas	Fri Mar 08 08:06:13 2013 -0500
+++ b/hedgewars/PNGh.pas	Fri Mar 08 08:07:30 2013 -0500
@@ -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