Searched defs:PNG_NORETURN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h381 # ifndef PNG_NORETURN
382 # define PNG_NORETURN __attribute__((__noreturn__)) macro
412 # ifndef PNG_NORETURN
413 # define PNG_NORETURN __declspec(noreturn) macro
442 #ifndef PNG_NORETURN
443 # define PNG_NORETURN /* This function does not return */ macro

Completed in 177 milliseconds