Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:PNGAPI

1305 #  undef PNGAPI
1306 # define PNGAPI __cdecl
1311 /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall",
1314 * convention in your compiler to match your PNGAPI, and you must build
1332 # ifndef PNGAPI
1334 # define PNGAPI __cdecl
1336 # define PNGAPI _cdecl
1347 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1348 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1376 # ifndef PNGAPI
1377 # define PNGAPI _System
1385 #ifndef PNGAPI
1386 # define PNGAPI
1404 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol