From 082fbe39e8b67043f4a5aec1b7396eca14403791 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Sun, 22 Jun 2014 15:57:27 +1000 Subject: win32: add missing priority classes --- options/options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/options/options.c b/options/options.c index c6f758a647..45accce0de 100644 --- a/options/options.c +++ b/options/options.c @@ -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}, -- cgit v1.2.3