Reorganize beast modules and files

This commit is contained in:
Vinnie Falco
2013-09-22 19:02:48 -07:00
parent 9e18bb3c31
commit 5c5de57290
78 changed files with 1416 additions and 8885 deletions

View File

@@ -57,7 +57,7 @@ void Process::setPriority (ProcessPriority prior)
pthread_setschedparam (pthread_self(), policy, &param);
}
BEAST_API bool BEAST_CALLTYPE beast_isRunningUnderDebugger()
bool beast_isRunningUnderDebugger()
{
return false;
}