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