wldap32.h seems to be missing a definition for LDAPSortKey and won't compile. I can't seem to find a definition anywhere. Is this a linuxism, does it borrow this definition from somewhere else under linux ?
On Sunday 28 August 2005 15:31, Robert Lunnon wrote:
wldap32.h seems to be missing a definition for LDAPSortKey and won't compile. I can't seem to find a definition anywhere. Is this a linuxism, does it borrow this definition from somewhere else under linux ?
Windows knows about that structure so it's not a Linuxism. It's also in OpenLDAP and the Netscape/Mozilla SDK, both widespread on platforms other than Linux. I guess you need a configure check for this.
-Hans