Lines Matching refs:PNG_IMPEXP
158 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
162 * PNG_EXPORT_TYPE(type) A macro that pre or appends PNG_IMPEXP to
171 * from a DLL - used to define PNG_IMPEXP when
177 * This code is used at build time to find PNG_IMPEXP, the API settings
233 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP
264 /* PNG_IMPEXP may be set on the compilation system command line or (if not set)
268 #ifndef PNG_IMPEXP
271 # define PNG_IMPEXP PNG_DLL_IMPORT
274 # ifndef PNG_IMPEXP
275 # define PNG_IMPEXP
291 # define PNG_EXPORT_TYPE(type) PNG_IMPEXP type