Searched defs:PNG_IMPEXP (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h187 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
191 * PNG_EXPORT_TYPE(type) A macro that pre or appends PNG_IMPEXP to
198 * from a DLL - used to define PNG_IMPEXP when
204 * This code is used at build time to find PNG_IMPEXP, the API settings
258 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP
289 /* The default for PNG_IMPEXP depends on whether the library is
292 #ifndef PNG_IMPEXP
300 # define PNG_IMPEXP PNG_DLL_EXPORT macro
306 # define PNG_IMPEXP PNG_DLL_IMPORT
310 # ifndef PNG_IMPEXP
311 # define PNG_IMPEXP macro
[all...]

Completed in 31 milliseconds