Module: wine Branch: master Commit: ac516a700c67d4a6c28938a0e10909c3670f4289 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ac516a700c67d4a6c28938a0e...
Author: Kai Krakow kai@kaishome.de Date: Tue Dec 4 01:55:12 2018 +0100
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
---
include/avrt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/avrt.h b/include/avrt.h index 2d0ab09..9d12c1b 100644 --- a/include/avrt.h +++ b/include/avrt.h @@ -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