Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNGAPI

1424 #  undef PNGAPI
1425 # define PNGAPI __cdecl
1430 /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall",
1433 * convention in your compiler to match your PNGAPI, and you must build
1451 # ifndef PNGAPI
1453 # define PNGAPI __cdecl
1455 # define PNGAPI _cdecl
1466 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1467 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1495 # ifndef PNGAPI
1496 # define PNGAPI _System
1504 #ifndef PNGAPI
1505 # define PNGAPI
1523 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol