From 411aee581eef41a1aa7c52e721c2f09ceee50287 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Mon, 14 Jun 2004 16:58:02 +0000 Subject: [PATCH] Fix CBR_BLOCK definition. --- include/ddeml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ddeml.h b/include/ddeml.h index 5d64732ebc9..4987949226c 100644 --- a/include/ddeml.h +++ b/include/ddeml.h @@ -114,7 +114,7 @@ extern "C" { #define CBF_SKIP_DISCONNECTS 0x00200000 #define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000 -#define CBR_BLOCK 0xFFFFFFFFL +#define CBR_BLOCK ((HDDEDATA)~0UL) /* * Application command flags -- 2.11.4.GIT