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
1 changed files with 1 additions and 1 deletions

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
{