mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 08:15:51 +00:00
a3696c0b91
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and "arch" folders This was SVN commit r6162.
9 lines
176 B
C
9 lines
176 B
C
#if OS_WIN
|
|
# include "lib/sysdep/os/win/wposix/wpthread.h"
|
|
#else
|
|
# include <pthread.h>
|
|
# include <semaphore.h>
|
|
#endif
|
|
|
|
#include "posix_errno.h" // for user convenience
|