Fix CBR_BLOCK definition

Dmitry Timoshkov dmitry at baikal.ru
Fri Jun 11 02:20:53 CDT 2004


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Fix CBR_BLOCK definition.

--- cvs/hq/wine/include/ddeml.h	Tue Apr 27 01:25:40 2004
+++ wine/include/ddeml.h	Fri Jun 11 07:17:54 2004
@@ -114,7 +114,7 @@ extern "C" {
 #define     CBF_SKIP_DISCONNECTS         0x00200000
 #define     CBF_SKIP_ALLNOTIFICATIONS    0x003c0000
 
-#define     CBR_BLOCK			 0xFFFFFFFFL
+#define     CBR_BLOCK                    ((HDDEDATA)-1)
 
 /*
  * Application command flags






More information about the wine-patches mailing list