]> git.sur5r.net Git - openldap/blobdiff - include/queue-compat.h
added hasSubordinates to back-monitor
[openldap] / include / queue-compat.h
index 41e06e462a5fc2a3b8a468a1a42ea26323ae26ed..4a771c5a3e758924b7abc0d4abbaee303c0fc897 100644 (file)
  * see queue(3) for instructions on how to use
  */
 
+/* The latest set of Windows headers defines SLIST_ENTRY in WINNT.H */
+#ifdef SLIST_ENTRY
+#undef SLIST_ENTRY
+#endif
+
 /*
  * Singly-linked List definitions.
  */