X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.cpp;h=5b62b89bd8b19d27c8d718ae143b4607f3bdd9f3;hp=90b7e8941bceed917fb4940430fb9f83635db12b;hb=07473582d22eddd934ee52127cad2baa11943d59;hpb=8965e63594dd297347afced784dcaed6c26b7c6a diff --git a/src/core/ldapauthenticator.cpp b/src/core/ldapauthenticator.cpp index 90b7e894..5b62b89b 100644 --- a/src/core/ldapauthenticator.cpp +++ b/src/core/ldapauthenticator.cpp @@ -32,8 +32,14 @@ #include "network.h" #include "quassel.h" -// Link against LDAP. +/* We should use openldap on windows if at all possible, rather than trying to + * write some kind of compatiblity routine. +#ifdef Q_CC_MSVC +#include +#include +#else*/ #include +//#endif LdapAuthenticator::LdapAuthenticator(QObject *parent) : Authenticator(parent),