Clean up config, scripts, examples, etc.

This commit is contained in:
Cosmin Truta
2018-11-25 20:27:04 -05:00
parent 702a07e716
commit 81a65de25d
9 changed files with 219 additions and 246 deletions

View File

@@ -63,8 +63,8 @@
*/
#define PNG_CONST const /* backward compatibility only */
/* This controls optimization of the reading of 16-bit and 32-bit values
* from PNG files. It can be set on a per-app-file basis - it
/* This controls optimization of the reading of 16-bit and 32-bit
* values from PNG files. It can be set on a per-app-file basis: it
* just changes whether a macro is used when the function is called.
* The library builder sets the default; if read functions are not
* built into the library the macro implementation is forced on.