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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h103 /* The PNGARG macro protects us against machines that don't have function
110 #ifndef PNGARG
113 # define PNGARG(arglist) OF(arglist) macro
117 # define PNGARG(arglist) () macro
119 # define PNGARG(arglist) arglist macro
124 #endif /* PNGARG */
337 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
355 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 47 milliseconds