Changeset 1165 for libpng/vendor/current/contrib/examples/pngtopng.c
- Timestamp:
- Sep 15, 2015, 12:22:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libpng/vendor/current/contrib/examples/pngtopng.c ¶
r922 r1165 21 21 */ 22 22 #include "../../png.h" 23 #if defined(PNG_SIMPLIFIED_READ_SUPPORTED) && \ 24 defined(PNG_SIMPLIFIED_WRITE_SUPPORTED) 23 25 24 26 int main(int argc, const char **argv) … … 91 93 return result; 92 94 } 95 #endif /* READ && WRITE */
Note:
See TracChangeset
for help on using the changeset viewer.