Beast fixes for FreeBSD

This commit is contained in:
Vinnie Falco
2013-06-20 13:38:44 -07:00
parent 6d961d87f8
commit d3d674ba4b
5 changed files with 29 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ String SystemStats::getStackBacktrace()
{
String result;
#if BEAST_ANDROID || BEAST_MINGW
#if BEAST_ANDROID || BEAST_MINGW || BEAST_BSD
bassertfalse; // sorry, not implemented yet!
#elif BEAST_WINDOWS