X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.h;h=2281c6874cc7b477a101e92d15ab796fb60bfe09;hp=a0c8720dfd880f4632404ca051dada544f26dfe6;hb=07473582d22eddd934ee52127cad2baa11943d59;hpb=8965e63594dd297347afced784dcaed6c26b7c6a diff --git a/src/core/ldapauthenticator.h b/src/core/ldapauthenticator.h index a0c8720d..2281c687 100644 --- a/src/core/ldapauthenticator.h +++ b/src/core/ldapauthenticator.h @@ -34,7 +34,14 @@ #include "core.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 // Default LDAP server port. #define DEFAULT_LDAP_PORT 389