From: Kurt Zeilenga Date: Sat, 18 Dec 1999 19:49:13 +0000 (+0000) Subject: Remove old DLL IMPORT/EXPORT macros X-Git-Tag: UCDATA_2_4~71 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e56a2a8d783f363a7c64cfaa03cecce4f17f3088;p=openldap Remove old DLL IMPORT/EXPORT macros --- diff --git a/include/ldap_cdefs.h b/include/ldap_cdefs.h index 9c7b953f7b..62506b1935 100644 --- a/include/ldap_cdefs.h +++ b/include/ldap_cdefs.h @@ -48,21 +48,14 @@ #endif /* no prototypes */ -#if _WIN32 && _DLL -# define LDAP_F_IMPORT extern __declspec( dllimport ) -# define LDAP_F_EXPORT extern __declspec( dllexport ) -#else -# define LDAP_F_IMPORT extern -# define LDAP_F_EXPORT extern -#endif - #if (__GNUC__) * 1000 + (__GNUC_MINOR__) >= 2006 # define LDAP_GCCATTR(attrs) __attribute__(attrs) #else # define LDAP_GCCATTR(attrs) #endif -/* Proper support for NT dynamic libraries. */ + +/* Support for NT dynamic libraries. */ /* * C library. Mingw32 links with the C run-time library by default,