Commit 411aee58 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Fix CBR_BLOCK definition.

parent ac6f4010
...@@ -114,7 +114,7 @@ extern "C" { ...@@ -114,7 +114,7 @@ extern "C" {
#define CBF_SKIP_DISCONNECTS 0x00200000 #define CBF_SKIP_DISCONNECTS 0x00200000
#define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000 #define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000
#define CBR_BLOCK 0xFFFFFFFFL #define CBR_BLOCK ((HDDEDATA)~0UL)
/* /*
* Application command flags * Application command flags
......
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