RE: position of ldappr.h
"Xu, Qiang (FXSGSC)" <[email protected]> Thu, 8 Apr 2010 16:28:40 +0800
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <D8C9BC7FFCF8154FB7141EB8DB609C172F10B08232@SGPAPHQ-EXSCC01.dc01.fujixerox.net> |
> -----Original Message----- > From: > [email protected] > > [mailto:[email protected] > illa.org] On Behalf Of Xu, Qiang (FXSGSC) > Sent: Thursday, April 08, 2010 4:23 PM > To: [email protected] > Subject: position of ldappr.h > > cfgAttr.h is our own header, while ldap.h and ldappr.h are > headers of MozLDAP. It seems any header of our own will make > the compiling unsuccessful. It should be corrected as: Any header of our own inserted between system headers and ldap.h + ldappr.h will make the compiling unsuccessful, complaining the union type around line 206 in prio.h can't be understood. Thanks, Xu Qiang