On Thu, 24 Nov 2005, Rein Klazes wrote: [...]
Log message: Francois Gouget fgouget@free.fr winldap.h should include windeh.f and schnlsp.h. Enclose the API definitions in an extern "C" section and define LDAPAPI. Better stick to the types defined by the PSDK. Fix the ldap_create_vlv_control*() prototypes. Update win32.api.
Is causing compile failure:
This is fixed by the patch Mike McCormack sent this morning:
diff --git a/dlls/wldap32/ber.c b/dlls/wldap32/ber.c index 1e4039c..e99202b 100644 --- a/dlls/wldap32/ber.c +++ b/dlls/wldap32/ber.c @@ -22,7 +22,9 @@
#ifndef HAVE_LDAP
+#include <stdarg.h> #include "windef.h" +#include "winbase.h" #include "winldap.h"
#define LBER_ERROR (~0U)