Commit 65af0b67 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Fix DPFLTR_MASK value to 0x80000000.

This is most likely a typo from MSDN. Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent ad24187d
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define DPFLTR_WARNING_LEVEL 1 #define DPFLTR_WARNING_LEVEL 1
#define DPFLTR_TRACE_LEVEL 2 #define DPFLTR_TRACE_LEVEL 2
#define DPFLTR_INFO_LEVEL 3 #define DPFLTR_INFO_LEVEL 3
#define DPFLTR_MASK 0x8000000 #define DPFLTR_MASK 0x80000000
typedef enum _DPFLTR_TYPE typedef enum _DPFLTR_TYPE
{ {
......
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