Use HAVE_LDAP_H when checking if ldap.h is available.

This commit is contained in:
Vincent Béron 2005-08-10 09:49:11 +00:00 committed by Alexandre Julliard
parent 98520ef499
commit bea21461ec
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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