initial import of sqlitex

This commit is contained in:
David Anderson
2006-06-03 19:52:21 +00:00
parent 3cde89bc74
commit aa1308e32e
38 changed files with 10770 additions and 865 deletions

View File

@ -0,0 +1,10 @@
#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