1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 18:02:37 +01:00
Files
OpenTTD/src/network
Michael Lutz 05f4e73608 Codechange: Replace custom mutex code with C++11 mutex'es.
A conforming compiler with a valid <mutex>-header is expected.
Most parts of the code assume that locking a mutex will never fail unexpectedly,
which is generally true on all common platforms that don't just pretend to
be C++11. The use of condition variables in driver code is checked.
2019-04-06 11:27:39 +02:00
..
2019-03-20 19:24:55 +01:00
2019-03-28 00:09:33 +01:00
2019-03-28 00:09:33 +01:00
2019-03-20 19:24:55 +01:00
2019-03-28 00:09:33 +01:00
2019-03-20 19:24:55 +01:00
2019-03-20 19:24:55 +01:00
2019-03-20 19:24:55 +01:00
2019-03-20 19:24:55 +01:00