1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Fix DPFLTR_MASK value to 0x80000000.

This is most likely a typo from MSDN.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2020-11-19 10:25:20 +01:00 committed by Alexandre Julliard
parent ad24187de8
commit 65af0b6702

View file

@ -23,7 +23,7 @@
#define DPFLTR_WARNING_LEVEL 1
#define DPFLTR_TRACE_LEVEL 2
#define DPFLTR_INFO_LEVEL 3
#define DPFLTR_MASK 0x8000000
#define DPFLTR_MASK 0x80000000
typedef enum _DPFLTR_TYPE
{