mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
40ca0022a7
-- This is required by newer mingw toolchain versions which demand that winsock2.h is included before windows.h. Now, due to the use of socket definitions in pth.h we need to include winsock2.h also in pth.h, now pth.h is often included after an include of windows.h and thus the compiler spits out a warning. To avoid that we include winsock2.h at all places the compiler complains about. |
||
---|---|---|
.. | ||
argparse.c | ||
argparse.h | ||
ChangeLog-2011 | ||
dotlock.c | ||
dotlock.h | ||
dynload.h | ||
libjnlib-config.h | ||
logging.c | ||
logging.h | ||
Makefile.am | ||
mischelp.c | ||
mischelp.h | ||
README | ||
stringhelp.c | ||
stringhelp.h | ||
strlist.c | ||
strlist.h | ||
t-stringhelp.c | ||
t-support.c | ||
t-support.h | ||
types.h | ||
utf8conv.c | ||
utf8conv.h | ||
w32-afunix.c | ||
w32-afunix.h | ||
w32-gettext.c | ||
w32-reg.c | ||
w32help.h | ||
xmalloc.c | ||
xmalloc.h |
JNLIB - This is a collection of utility function which are too small to put into a library. The code here is licensed under the LGPL. libjnlib-config.h should be be modified for each project to make these functions fit into the software. Mainly these are memory functions in case you need another allocator.