diff options
| author | 2012-10-12 14:50:05 -0700 | |
|---|---|---|
| committer | 2012-10-12 14:50:05 -0700 | |
| commit | c05ad37bfd03486475889485606ed5cffc7bf5a2 (patch) | |
| tree | fe01825889769500a0f080371a0714aa15505b9a /src/modules/extra/m_ldapauth.cpp | |
| parent | Fix broken build (diff) | |
| parent | Windows: In-depth cleanup (see details) (diff) | |
| download | inspircd++-c05ad37bfd03486475889485606ed5cffc7bf5a2.tar.gz inspircd++-c05ad37bfd03486475889485606ed5cffc7bf5a2.tar.bz2 inspircd++-c05ad37bfd03486475889485606ed5cffc7bf5a2.zip | |
Merge pull request #320 from ChrisTX/insp20+cleanupwin
Windows: In-depth cleanup (see details)
Diffstat (limited to 'src/modules/extra/m_ldapauth.cpp')
| -rw-r--r-- | src/modules/extra/m_ldapauth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ldapauth.cpp b/src/modules/extra/m_ldapauth.cpp index 5d71e7389..c4e937b9f 100644 --- a/src/modules/extra/m_ldapauth.cpp +++ b/src/modules/extra/m_ldapauth.cpp @@ -30,7 +30,7 @@ #include <ldap.h> -#ifdef WINDOWS +#ifdef _WIN32 # pragma comment(lib, "ldap.lib") # pragma comment(lib, "lber.lib") #endif |
