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