Commit ac516a70 authored by Kai Krakow's avatar Kai Krakow Committed by Alexandre Julliard

avrt: Add AVRT_PRIORITY_VERYLOW to avrt.h.

According to current Windows 10 headers, this priority is supported now. Signed-off-by: 's avatarKai Krakow <kai@kaishome.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 0cc6233e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment