aboutsummaryrefslogtreecommitdiffstats
path: root/common/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-23w32: Almost everywhere include winsock2.h before windows.h.Werner Koch1-2/+5
-- 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-6/+4
Removed intl/.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+73
See the ChangeLogs for details.