commit | 411aee581eef41a1aa7c52e721c2f09ceee50287 | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Mon Jun 14 16:58:02 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 14 16:58:02 2004 +0000 |
tree | 4d98009912c2c261f5384916465454a36b6e56f9 | |
parent | ac6f401056fa761bda4aeb5335e2465f5c74ea33 [diff] [blame] |
Fix CBR_BLOCK definition.
diff --git a/include/ddeml.h b/include/ddeml.h index 5d64732..4987949 100644 --- a/include/ddeml.h +++ b/include/ddeml.h
@@ -114,7 +114,7 @@ #define CBF_SKIP_DISCONNECTS 0x00200000 #define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000 -#define CBR_BLOCK 0xFFFFFFFFL +#define CBR_BLOCK ((HDDEDATA)~0UL) /* * Application command flags