This series of patches is for the 2.3 branch and fixes MSVC compile issues.
Some of these may be applicable to master as well, though I haven't checked yet.
James
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 16/02/12 18:30, Heiko Hund wrote:
> Hi,
>
> this patch series fixes several issues when building for Windows with
> the MSVC buildsystem discovered today:
>
> [PATCH 1/4] replace check for TARGET_WIN32 with WIN32 [PATCH 2/4] do
> not use mode_t on
Hi,
this patch series fixes several issues when building for Windows
with the MSVC buildsystem discovered today:
[PATCH 1/4] replace check for TARGET_WIN32 with WIN32
[PATCH 2/4] do not use mode_t on Windows
[PATCH 3/4] use the underscore version of stat on Windows
[PATCH 4/4] make MSVC link agai