Commit bea21461 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Use HAVE_LDAP_H when checking if ldap.h is available.

parent 98520ef4
......@@ -29,7 +29,7 @@
#include "winbase.h"
#include "winnls.h"
#ifdef HAVE_LDAP
#ifdef HAVE_LDAP_H
#include <ldap.h>
#else
#define LDAP_SUCCESS 0x00
......
......@@ -29,7 +29,7 @@
#include "winbase.h"
#include "winnls.h"
#ifdef HAVE_LDAP
#ifdef HAVE_LDAP_H
#include <ldap.h>
#else
#define LDAP_SUCCESS 0x00
......
......@@ -29,7 +29,7 @@
#include "winbase.h"
#include "winnls.h"
#ifdef HAVE_LDAP
#ifdef HAVE_LDAP_H
#include <ldap.h>
#else
#define LDAP_SUCCESS 0x00
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment