Home | History | Annotate | Download | only in jni

Lines Matching full:dll

63 /* Is this a build of a DLL where compilation of the object modules requires
67 * If libpng is used inside a DLL but that DLL does not export the libpng APIs
69 * static library of libpng then link the DLL against that.
73 /* This is set by libtool when files are compiled for a DLL; libtool
81 * build a DLL. It can't easily be removed from those projects (it
83 * indication that PNG_IMPEXP needs to be set to the DLL export
89 /* This is set by the Borland C system when compiling for a DLL
106 * setting it to the "import" setting for a DLL build.
112 /* Not building a DLL, or the DLL doesn't require specific export
1404 /* Free all memory used by the read (old method - NOT DLL EXPORTED) */
1408 /* Free any memory used in png_ptr struct (old method - NOT DLL EXPORTED) */