Esenthel Changes.txt 151 B

12345
  1. pngpriv.h:
  2. FROM:
  3. # define PNG_ABORT() ExitProcess(0)
  4. TO:
  5. # define PNG_ABORT() _exit(0) // ExitProcess(0) ESENTHEL CHANGED (not supported on UWP)