wine/ dlls/wldap32/control.c dlls/wldap32/init ...

Francois Gouget fgouget at free.fr
Thu Nov 24 12:51:01 CST 2005


On Thu, 24 Nov 2005, Rein Klazes wrote:
[...]
>> Log message:
>> 	Francois Gouget <fgouget at 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.
>>
>> Patch: http://cvs.winehq.org/patch.py?id=21425
>
> 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)



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  There are 10 types of people in the world...
                those who understand binary and those who don't.



More information about the wine-devel mailing list