0ad/source/lib/posix/posix_errno.h
janwas a3696c0b91 premake: detect processor architecture from script
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and
"arch" folders

This was SVN commit r6162.
2008-06-30 17:34:18 +00:00

6 lines
95 B
C

#if OS_WIN
# include "lib/sysdep/os/win/wposix/werrno.h"
#else
# include <errno.h>
#endif