Remove win32 DLL stuff.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Nov 2014 21:47:30 +0000 (21:47 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Nov 2014 21:47:30 +0000 (21:47 +0000)
src/lib/quickmail.h

index a61a9130af7ea87067d740dba4bcb3bfafd552cd..574954634e3a1a271356641638c036698b561b1d 100644 (file)
 
 #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