aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/w32-reg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-01w32: Remove unused code.Werner Koch1-34/+0
* jnlib/w32-reg.c (write_w32_registry_string): Remove.
2013-04-23w32: Almost everywhere include winsock2.h before windows.h.Werner Koch1-18/+21
-- 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.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-06First steps towards supporting W32.Werner Koch1-0/+184
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.