Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32: Almost everywhere include winsock2.h before windows.h. | Werner Koch | 2013-04-23 | 1 | -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. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -6/+4 |
| | | | | | Removed intl/. | ||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -0/+73 |
See the ChangeLogs for details. |