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:
parent
ad24187de8
commit
65af0b6702
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue