Home | History | Annotate | Download | only in libpng

Lines Matching defs:PNGAPI

108  * PNGAPI    Calling convention for exported functions.
121 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
205 # define PNGAPI __stdcall
215 # if PNG_API_RULE == 1 && !defined(PNGAPI)
216 # define PNGAPI _stdcall
222 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
223 # error "PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed"
245 # define PNGAPI _System
260 #ifndef PNGAPI
261 # define PNGAPI PNGCAPI
301 PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \