[libpng16] Further trivial editing of whitespace in INSTALL

This commit is contained in:
Glenn Randers-Pehrson 2016-08-18 12:15:53 -05:00
parent 4be85e1b37
commit e175eb1ffb

View File

@ -249,7 +249,7 @@ libpng are compiled. All the defines end in _SUPPORTED. If you are
never going to use a capability, you can change the #define to #undef never going to use a capability, you can change the #define to #undef
before recompiling libpng and save yourself code and data space, or before recompiling libpng and save yourself code and data space, or
you can turn off individual capabilities with defines that begin with you can turn off individual capabilities with defines that begin with
PNG_NO_. "PNG_NO_".
In libpng-1.5.0 and later, the #define's are in pnglibconf.h instead. In libpng-1.5.0 and later, the #define's are in pnglibconf.h instead.
@ -317,7 +317,7 @@ only png_longjmp_ptr, which must match the C longjmp function.) The new
approach is documented in pngconf.h approach is documented in pngconf.h
Despite these changes, libpng 1.5.0 only supports the native C function Despite these changes, libpng 1.5.0 only supports the native C function
calling standard on those platforms tested so far (__cdecl on Microsoft calling standard on those platforms tested so far ("__cdecl" on Microsoft
Windows). This is because the support requirements for alternative Windows). This is because the support requirements for alternative
calling conventions seem to no longer exist. Developers who find it calling conventions seem to no longer exist. Developers who find it
necessary to set PNG_API_RULE to 1 should advise the mailing list necessary to set PNG_API_RULE to 1 should advise the mailing list