Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_IMPEXP

1430 #  undef PNG_IMPEXP
1431 # define PNG_IMPEXP
1447 #if !defined(PNG_IMPEXP) && defined(PNG_BUILD_DLL) && !defined(PNG_NO_MODULEDEF)
1448 # define PNG_IMPEXP
1463 # if !defined(PNG_IMPEXP) && (!defined(PNG_DLL) || \
1465 # define PNG_IMPEXP
1468 # ifndef PNG_IMPEXP
1470 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1471 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1480 # define PNG_IMPEXP __export
1482 # define PNG_IMPEXP /*__import */ /* doesn't exist AFAIK in
1489 # ifndef PNG_IMPEXP
1491 # define PNG_IMPEXP __declspec(dllexport)
1493 # define PNG_IMPEXP __declspec(dllimport)
1496 # endif /* PNG_IMPEXP */
1511 #ifndef PNG_IMPEXP
1513 # define PNG_IMPEXP __attribute__((visibility ("default")))
1515 # define PNG_IMPEXP
1531 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol
1536 # define PNG_EXPORT_VAR(type) extern PNG_IMPEXP type