Lines Matching refs:PNGAPI
1238 # undef PNGAPI
1239 # define PNGAPI __cdecl
1244 /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall",
1247 * convention in your compiler to match your PNGAPI, and you must build
1265 # ifndef PNGAPI
1267 # define PNGAPI __cdecl
1269 # define PNGAPI _cdecl
1280 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1281 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1309 # ifndef PNGAPI
1310 # define PNGAPI _System
1318 #ifndef PNGAPI
1319 # define PNGAPI
1337 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol