Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNGAPI

1428 #  undef PNGAPI
1429 # define PNGAPI __cdecl
1434 /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall",
1437 * convention in your compiler to match your PNGAPI, and you must build
1455 # ifndef PNGAPI
1457 # define PNGAPI __cdecl
1459 # define PNGAPI _cdecl
1470 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1471 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1499 # ifndef PNGAPI
1500 # define PNGAPI _System
1508 #ifndef PNGAPI
1509 # define PNGAPI
1531 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol