1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

wldap32: Define LDAP_NEEDS_PROTOTYPES.

Fixes -Wstrict-prototypes warnings in clang builds.
This commit is contained in:
Jacek Caban 2022-12-06 02:03:24 +01:00 committed by Alexandre Julliard
parent fffde3ca52
commit 02e70fcbb0

View File

@ -23,6 +23,7 @@
#include "winternl.h"
#include "winnls.h"
#define LDAP_NEEDS_PROTOTYPES
#include <lber.h>
#include <ldap.h>