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>
oldstable
Kai Krakow 2018-12-04 01:55:12 +01:00 committed by Alexandre Julliard
parent 0cc6233e20
commit ac516a700c
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ extern "C" {
typedef enum _AVRT_PRIORITY
{
AVRT_PRIORITY_LOW = -1,
AVRT_PRIORITY_VERYLOW = -2,
AVRT_PRIORITY_LOW,
AVRT_PRIORITY_NORMAL,
AVRT_PRIORITY_HIGH,
AVRT_PRIORITY_CRITICAL