amxmodx/dlls/mysqlx/thread/ThreadSupport.h

11 lines
255 B
C
Raw Normal View History

2006-04-23 05:10:06 +04:00
#ifndef _INCLUDE_SOURCEMOD_THREAD_SUPPORT_H
#define _INCLUDE_SOURCEMOD_THREAD_SUPPORT_H
#if defined __linux__ || defined __APPLE__
2006-04-23 05:10:06 +04:00
#include "PosixThreads.h"
#elif defined WIN32
#include "WinThreads.h"
#endif
#endif //_INCLUDE_SOURCEMOD_THREAD_SUPPORT_H