* Conflicting boolean types. Report and patch by Pierre Mai.
Still in freeze, damn.
#include <sys/time.h>
#include <sys/stat.h>
#include <unistd.h>
+
+/* KLUDGE: Avoid double definition of boolean by rpcndr.h included via
+ * shlobj.h.
+ *
+ * FIXME: We should probably arrange to use the rpcndr.h boolean on Windows,
+ * or get rid of our own boolean type.
+ */
+#define boolean rpcndr_boolean
#include <shlobj.h>
+#undef boolean
+
#include <math.h>
#include <excpt.h>
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.18.69"
+"0.9.18.70"