src/server/util/systems.h

branch
webdav
changeset 211
2160585200ac
parent 106
b122f34ddc80
equal deleted inserted replaced
210:21274e5950af 211:2160585200ac
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
65 /* end new types */ 61 /* end new types */
66 62
67 /* --- End common definitions for all supported platforms --- */ 63 /* --- End common definitions for all supported platforms --- */
68 64
69 /* --- Begin platform-specific definitions --- */ 65 /* --- Begin platform-specific definitions --- */

mercurial