00001 // Copyright (C) Calum Grant 2008 00002 00003 #if defined _WIN32 || defined __WIN32__ 00004 #include "win32/thread.hpp" 00005 #else 00006 #include "posix/thread.hpp" 00007 #endif