OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_DLL_EXPORT
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h
166
*
PNG_DLL_EXPORT
Set to the magic to use during a libpng build to
234
# define
PNG_DLL_EXPORT
__export
236
# define
PNG_DLL_EXPORT
__declspec(dllexport)
pngpriv.h
110
# define PNG_IMPEXP
PNG_DLL_EXPORT
131
/* pngconf.h does not set
PNG_DLL_EXPORT
unless it is required, so: */
132
#ifndef
PNG_DLL_EXPORT
133
# define
PNG_DLL_EXPORT
[
all
...]
Completed in 453 milliseconds