diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-06 21:47:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-06 21:47:30 +0000 |
| commit | b20f13c918aae006ebb82da56ed8bc0039e453a4 (patch) | |
| tree | 64707580e5e30f671922d39c954b51c9fe8c16dc /src/lib | |
| parent | 62c63053d568e6b590998013567b2bb9f6d85e55 (diff) | |
Remove win32 DLL stuff.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/quickmail.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/quickmail.h b/src/lib/quickmail.h index a61a9130a..574954634 100644 --- a/src/lib/quickmail.h +++ b/src/lib/quickmail.h @@ -26,19 +26,6 @@ #include <stdio.h> -/*! \brief define for exporting/importing functions in/from shared library */ -#ifdef _WIN32 -#if defined(BUILD_QUICKMAIL_DLL) -#define DLL_EXPORT_LIBQUICKMAIL __declspec(dllexport) -#elif !defined(STATIC) && !defined(BUILD_QUICKMAIL_STATIC) -#define DLL_EXPORT_LIBQUICKMAIL __declspec(dllimport) -#else -#define DLL_EXPORT_LIBQUICKMAIL -#endif -#else -#define DLL_EXPORT_LIBQUICKMAIL -#endif - #ifdef __cplusplus extern "C" { #endif |
