mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 04:56:19 +00:00
a3696c0b91
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and "arch" folders This was SVN commit r6162.
6 lines
95 B
C
6 lines
95 B
C
#if OS_WIN
|
|
# include "lib/sysdep/os/win/wposix/werrno.h"
|
|
#else
|
|
# include <errno.h>
|
|
#endif
|