Searched refs:PNG_DLL_EXPORT (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngconf.h187 * PNG_DLL_EXPORT Set to the magic to use during a libpng build to
257 # define PNG_DLL_EXPORT __export macro
259 # define PNG_DLL_EXPORT __declspec(dllexport) macro
H A Dpngpriv.h230 # define PNG_IMPEXP PNG_DLL_EXPORT
296 /* pngconf.h does not set PNG_DLL_EXPORT unless it is required, so: */
297 #ifndef PNG_DLL_EXPORT
298 # define PNG_DLL_EXPORT macro

Completed in 67 milliseconds