mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and "arch" folders This was SVN commit r6162.
5 lines
95 B
C
5 lines
95 B
C
#if OS_WIN
|
|
# include "lib/sysdep/os/win/wposix/werrno.h"
|
|
#else
|
|
# include <errno.h>
|
|
#endif
|