diff dw.h @ 1157:79bd0aff0bc2

Added DW_TIMEOUT_INFINITE constant to the header file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 Sep 2011 05:10:07 +0000
parents 58b5374355ab
children 4e8f00c31c91
line wrap: on
line diff
--- a/dw.h	Thu Sep 15 03:20:14 2011 +0000
+++ b/dw.h	Thu Sep 15 05:10:07 2011 +0000
@@ -1353,6 +1353,8 @@
 #define DW_HORZ 0
 #define DW_VERT 1
 
+#define DW_TIMEOUT_INFINITE ((unsigned long)-1)
+
 /* Obsolete, should disappear sometime */
 #define BOXHORZ DW_HORZ
 #define BOXVERT DW_VERT