avrt: Add AVRT_PRIORITY_VERYLOW to avrt.h.
According to current Windows 10 headers, this priority is supported now. Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0cc6233e20
commit
ac516a700c
|
@ -28,7 +28,8 @@ extern "C" {
|
||||||
|
|
||||||
typedef enum _AVRT_PRIORITY
|
typedef enum _AVRT_PRIORITY
|
||||||
{
|
{
|
||||||
AVRT_PRIORITY_LOW = -1,
|
AVRT_PRIORITY_VERYLOW = -2,
|
||||||
|
AVRT_PRIORITY_LOW,
|
||||||
AVRT_PRIORITY_NORMAL,
|
AVRT_PRIORITY_NORMAL,
|
||||||
AVRT_PRIORITY_HIGH,
|
AVRT_PRIORITY_HIGH,
|
||||||
AVRT_PRIORITY_CRITICAL
|
AVRT_PRIORITY_CRITICAL
|
||||||
|
|
Loading…
Reference in New Issue