Eric Pouech
d1265abbc4
wldap32: Use correct integral type.
...
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-04 11:20:34 +01:00
Alexandre Julliard
b2009d02c3
wldap32: Convert the Unix library to the __wine_unix_call interface.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-04 17:54:34 +01:00
Alexandre Julliard
3cc3dd78e1
wldap32: Avoid returning pointers from the Unix interface functions.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-04 17:54:34 +01:00
Alexandre Julliard
cefd34fbda
wldap32: Don't use varargs functions in the Unix library interface.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-04 17:54:34 +01:00
Alexandre Julliard
5d78033a90
wldap32: Use the standard va_list instead of __ms_va_list.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-22 11:25:55 +02:00
Hans Leidekker
8db46756ca
wldap32: Get rid of the WLDAP32_ prefix.
...
We can now include the public header without conflicts.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-19 20:08:48 +02:00
Hans Leidekker
8a52b16e0d
wldap32: Use CRT memory allocators.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-19 20:08:48 +02:00
Hans Leidekker
1c5b3f2001
wldap32: Move support for page functions to the Unix library.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-16 11:13:21 +02:00
Hans Leidekker
1114f2970d
wldap32: Move support for ber functions to the Unix library.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-14 17:04:35 +02:00
Hans Leidekker
0631cecd52
wldap32: Convert berval structures.
...
The layout is different on 64-bit. As a side effect this patch fixes bug 50622
because we no longer include the Windows header.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50622
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-08 20:09:49 +01:00
Gerald Pfeifer
c6e45649fe
wldap32: Define a debug channel only when we are using it.
...
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-10 22:46:24 +01:00
Alexandre Julliard
70e02ce73c
wldap32: Use WINAPIV calling convention for variadic functions.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-02 10:16:27 +01:00
Alexandre Julliard
71de29b795
wldap32: Convert ber_printf to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:47 +01:00
Austin English
79c0bc28ff
More spelling fixes.
2008-01-04 12:55:45 +01:00
Andrew Talbot
96b6d33519
wldap32: Write-strings warnings fix.
2006-08-11 16:50:50 +02:00
Hans Leidekker
cc7118594d
wldap32: Document the ber functions.
2006-07-11 12:04:53 +02:00
Alexandre Julliard
91e45c62d3
wldap32: Explicitly specify CDECL calling convention on exported functions.
2006-06-12 21:34:46 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexandre Julliard
ec9af18e96
wldap32: Added a wrapper for ber_scanf.
2006-04-18 20:41:03 +02:00
Alexandre Julliard
7a1fb2ecb4
wldap32: Added a wrapper for ber_printf.
2006-04-18 20:40:40 +02:00
Alexandre Julliard
e048a204c1
wldap32: Add wrappers for the ber_* functions.
2006-04-18 20:38:43 +02:00
Mike McCormack
1f8d661d0f
Fix a compile error.
2005-11-24 19:21:49 +01:00
Kevin Koltzau
7d8e377a92
Fix warnings in 64bit.
2005-09-29 13:34:34 +00:00
Hans Leidekker
98ac2c1def
Implement ber_* functions.
2005-07-18 18:06:42 +00:00