mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
a03268ebae
Does only include <errno.h> with the exception on Windows but only if not using MSVC and even then depends on whether boost is included first or not. Use <cerrno> which was added in C++11 and is based of of Posix instead of a particular cerrno.h of a particular C library. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>