2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-03-20 01:20:21 +03:00
2006-06-03 19:52:21 +00:00

11 lines
234 B
C

#ifndef _INCLUDE_SOURCEMOD_THREAD_SUPPORT_H
#define _INCLUDE_SOURCEMOD_THREAD_SUPPORT_H
#if defined __linux__
#include "PosixThreads.h"
#elif defined WIN32
#include "WinThreads.h"
#endif
#endif //_INCLUDE_SOURCEMOD_THREAD_SUPPORT_H