src/server/util/systems.h

changeset 106
b122f34ddc80
parent 24
1a7853a4257e
child 211
2160585200ac
equal deleted inserted replaced
105:63d9051fe35c 106:b122f34ddc80
56 56
57 /* new types */ 57 /* new types */
58 typedef int PRBool; 58 typedef int PRBool;
59 #define PR_TRUE 1 59 #define PR_TRUE 1
60 #define PR_FALSE 0 60 #define PR_FALSE 0
61
62 typedef int WSBool;
63 #define WS_TRUE 1
64 #define WS_FALSE 0
61 /* end new types */ 65 /* end new types */
62 66
63 /* --- End common definitions for all supported platforms --- */ 67 /* --- End common definitions for all supported platforms --- */
64 68
65 /* --- Begin platform-specific definitions --- */ 69 /* --- Begin platform-specific definitions --- */

mercurial