TEST_MODE is now disabled on Haiku too. So app_server is not a BApplication anymore and doesn't depend on itself.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12131 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -85,7 +85,7 @@ ColorSet gui_colorset;
|
||||
This loads the default fonts, allocates all the major global variables, spawns the main housekeeping
|
||||
threads, loads user preferences for the UI and decorator, and allocates various locks.
|
||||
*/
|
||||
#ifdef TEST_MODE
|
||||
#if TEST_MODE
|
||||
AppServer::AppServer(void) : BApplication (SERVER_SIGNATURE)
|
||||
#else
|
||||
AppServer::AppServer(void)
|
||||
|
||||
Reference in New Issue
Block a user