src/server/util/systems.h

changeset 106
b122f34ddc80
parent 24
1a7853a4257e
child 211
2160585200ac
--- a/src/server/util/systems.h	Wed Oct 28 17:59:34 2015 +0100
+++ b/src/server/util/systems.h	Sat Oct 31 15:01:07 2015 +0100
@@ -58,6 +58,10 @@
 typedef int PRBool;
 #define PR_TRUE  1
 #define PR_FALSE 0
+
+typedef int WSBool;
+#define WS_TRUE  1
+#define WS_FALSE 0
 /* end new types */
 
 /* --- End common definitions for all supported platforms --- */

mercurial