Home | History | Annotate | Download | only in libpng

Lines Matching full:dll

31  * includes the resource compiler for Windows DLL configurations.
50 * If you create a private DLL you need to define in "pngusr.h" the followings:
52 * the DLL was built>
55 * distinguish your DLL from those of the official release. These
57 * number and must match your private DLL name>
58 * e.g. // private DLL "libpng13gx.dll"
62 * DLL VERSIONINFO structure.
175 * PNG_BUILD_DLL -- building dll
176 * PNG_USE_DLL -- building an application, linking to dll
180 * PNG_BUILD_DLL -- (ignored) building the dll
181 * (no define) -- (ignored) building an application, linking to the dll
1371 * LIBPNG DLL.
1373 * Define PNG_USE_DLL if you want to *link* to the Windows LIBPNG DLL.
1379 * Define PNG_BUILD_DLL if you are building a dll for use with cygwin
1414 /* Do not use global arrays (helps with building DLL's)
1497 #else /* !(DLL || non-cygwin WINDOWS) */