win32: add missing priority classes

This commit is contained in:
James Ross-Gowan 2014-06-22 15:57:27 +10:00 committed by wm4
parent 5b8298376b
commit 082fbe39e8
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ const m_option_t mp_opts[] = {
#if HAVE_PRIORITY
OPT_CHOICE("priority", w32_priority, 0,
({"no", 0},
{"realtime", REALTIME_PRIORITY_CLASS},
{"high", HIGH_PRIORITY_CLASS},
{"abovenormal", ABOVE_NORMAL_PRIORITY_CLASS},
{"normal", NORMAL_PRIORITY_CLASS},
{"belownormal", BELOW_NORMAL_PRIORITY_CLASS},