HomeSort by relevance Sort by last modified time
    Searched refs:PNG_DLL_EXPORT (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngconf.h 187 * PNG_DLL_EXPORT Set to the magic to use during a libpng build to
257 # define PNG_DLL_EXPORT __export
259 # define PNG_DLL_EXPORT __declspec(dllexport)
pngpriv.h 230 # 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
    [all...]

Completed in 3826 milliseconds