mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
9dddfe83f3
They boil down to: - MS_WINDOWS is dead and replaced with _WIN32, but we let a few instances creep in when we merged Esteban's tests. - Capitalizing windows header names confuses mingw. - #ifdef 0 ain't C. - One unit test wasn't compiled on windows, but was being listed anyway. - One unit test was checking for the wrong value. Gisle Vanem found and fixed the latter 3 issues. |
||
---|---|---|
.. | ||
bug2749 | ||
bug4438 | ||
bug4528 | ||
bug4572 | ||
bug5103 | ||
bug5112 | ||
bug5434 | ||
bug5537 | ||
bug5623 | ||
mingw-fixes |