]> git.sur5r.net Git - openldap/blobdiff - include/lutil_lockf.h
hostname needs to be static
[openldap] / include / lutil_lockf.h
index ec9f0e6e046a05f669768e62bf29491c324cf074..830ebcc4b177de350b9cb66b2e7959e85f2b5bea 100644 (file)
 
 LDAP_BEGIN_DECL
 
-#ifdef __MINGW32__
-#   undef LDAP_F_PRE
-#   ifdef LIBLUTIL_DECL
-#      define LDAP_F_PRE       extern __declspec(LIBLUTIL_DECL)
-#   else
-#      define LDAP_F_PRE       extern
-#   endif
-#endif
-
-LDAP_F( int )
+LIBLUTIL_F( int )
 lutil_lockf LDAP_P(( int fd ));
 
-LDAP_F( int )
+LIBLUTIL_F( int )
 lutil_unlockf LDAP_P(( int fd ));
 
 LDAP_END_DECL