1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-09 08:39:12 +00:00

Fixed ldap on msys2.

This commit is contained in:
Shuai Lin
2016-12-23 18:07:47 +08:00
parent 8104472abb
commit f5f4e9e4a9

View File

@@ -25,6 +25,10 @@
#include <ldap.h>
#else
#include <winldap.h>
#include <winber.h>
#ifndef LDAP_OPT_SUCCESS
#define LDAP_OPT_SUCCESS LDAP_SUCCESS
#endif
#endif
#endif