Searched refs:LDAP_DECLARE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_ldap.h65 /* Create a set of LDAP_DECLARE macros with appropriate export
69 #define LDAP_DECLARE(type) type macro
73 #define LDAP_DECLARE(type) type __stdcall macro
77 #define LDAP_DECLARE(type) __declspec(dllexport) type __stdcall macro
81 #define LDAP_DECLARE(type) __declspec(dllimport) type __stdcall macro

Completed in 194 milliseconds