Enabled running at high priority on windows.

This commit is contained in:
crs 2004-02-28 17:51:55 +00:00
parent 82dffeb498
commit 75cafe65a6
2 changed files with 2 additions and 4 deletions

View File

@ -751,8 +751,7 @@ WinMain(HINSTANCE instance, HINSTANCE, LPSTR, int)
CArch arch(instance);
CMSWindowsScreen::init(instance);
CLOG;
// FIXME
// CThread::getCurrentThread().setPriority(-14);
CThread::getCurrentThread().setPriority(-14);
CArgs args;
// windows NT family starts services using no command line options.

View File

@ -949,8 +949,7 @@ WinMain(HINSTANCE instance, HINSTANCE, LPSTR, int)
CArch arch(instance);
CMSWindowsScreen::init(instance);
CLOG;
// FIXME
// CThread::getCurrentThread().setPriority(-14);
CThread::getCurrentThread().setPriority(-14);
CArgs args;
// windows NT family starts services using no command line options.