eqemu-server/common/platform/posix/include_pthreads.h

9 lines
99 B
C

#pragma once
#ifndef _WINDOWS
#include "common/unix.h"
#include <pthread.h>
#endif // !_WINDOWS