mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and "arch" folders This was SVN commit r6162.
8 lines
176 B
C
8 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
|