Re: wldap32: Re-add one cast removed in d576c2d9342e769c.

2009-01-16 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc writes: > >> This cast is needed to silence a compile warning with older openldap >> versions; e.g. on RHEL5. > > Actually the code is broken now, since you changed long to LONG the > structures are no longer compatible... They will have to be conver

Re: wldap32: Re-add one cast removed in d576c2d9342e769c.

2009-01-16 Thread Alexandre Julliard
Michael Stefaniuc writes: > This cast is needed to silence a compile warning with older openldap > versions; e.g. on RHEL5. Actually the code is broken now, since you changed long to LONG the structures are no longer compatible... They will have to be converted explicitly. -- Alexandre Julliar