Lines Matching refs:PNG_IMPEXP
159 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
163 * PNG_EXPORT_TYPE(type) A macro that pre or appends PNG_IMPEXP to
172 * from a DLL - used to define PNG_IMPEXP when
178 * This code is used at build time to find PNG_IMPEXP, the API settings
232 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP
263 /* PNG_IMPEXP may be set on the compilation system command line or (if not set)
267 #ifndef PNG_IMPEXP
270 # define PNG_IMPEXP PNG_DLL_IMPORT
273 # ifndef PNG_IMPEXP
274 # define PNG_IMPEXP
290 # define PNG_EXPORT_TYPE(type) PNG_IMPEXP type