aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/w32-gettext.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* w32: Almost everywhere include winsock2.h before windows.h.Werner Koch2013-04-231-22/+25
| | | | | | | | | | | -- 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.
* Reorder libs in kbx. Werner Koch2008-11-111-1/+1
|
* Revamped the W32 gettext implementation.Werner Koch2008-11-041-1082/+1080
|
* Fix last chnage. Reported by Tom Pegios.Werner Koch2008-10-291-1/+1
|
* Fixed w32-gettext.Werner Koch2008-10-281-1/+1
|
* Updated German translation.Werner Koch2008-05-091-0/+5
| | | | | Fix in gpgconf for W32.
* Adjust for the changed Camellia draft.Werner Koch2008-04-181-41/+78
| | | | | | W32 gettext changes. Comment and typo fixes.
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-251-121/+1230
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* First steps towards supporting W32.Werner Koch2007-06-061-0/+556
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.