Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:dll

24  * includes the resource compiler for Windows DLL configurations.
43 * If you create a private DLL you need to define in "pngusr.h" the followings:
45 * the DLL was built>
48 * distinguish your DLL from those of the official release. These
50 * number and must match your private DLL name>
51 * e.g. // private DLL "libpng13gx.dll"
55 * DLL VERSIONINFO structure.
143 * PNG_BUILD_DLL -- building dll
144 * PNG_USE_DLL -- building an application, linking to dll
148 * PNG_BUILD_DLL -- (ignored) building the dll
149 * (no define) -- (ignored) building an application, linking to the dll
1248 * LIBPNG DLL.
1250 * Define PNG_USE_DLL if you want to *link* to the Windows LIBPNG DLL.
1256 * Define PNG_BUILD_DLL if you are building a dll for use with cygwin
1291 /* Do not use global arrays (helps with building DLL's)
1374 #else /* !(DLL || non-cygwin WINDOWS) */