Home | History | Annotate | Download | only in jni

Lines Matching defs:PNG_ABORT

362 #ifndef PNG_ABORT
364 # define PNG_ABORT() ExitProcess(0)
366 # define PNG_ABORT() abort()