Add missing mailslot timeout define

Mike McCormack mike at codeweavers.com
Wed Sep 17 04:41:26 CDT 2003


ChangeLog:
* Add missing mailslot timeout define
-------------- next part --------------
Index: include/winbase.h
===================================================================
RCS file: /home/wine/wine/include/winbase.h,v
retrieving revision 1.195
diff -u -r1.195 winbase.h
--- include/winbase.h	15 Sep 2003 20:01:56 -0000	1.195
+++ include/winbase.h	16 Sep 2003 06:19:29 -0000
@@ -655,6 +655,8 @@
 
 #define PIPE_UNLIMITED_INSTANCES 255
 
+#define MAILSLOT_WAIT_FOREVER           0xffffffff
+
 #define NMPWAIT_WAIT_FOREVER		0xffffffff
 #define NMPWAIT_NOWAIT			0x00000001
 #define NMPWAIT_USE_DEFAULT_WAIT	0x00000000


More information about the wine-patches mailing list