Commit 657a5164 authored by Fabio Bas's avatar Fabio Bas
Browse files

Fix servatrice compilation with msvc

parent 13b8fd45
#ifndef SMTPEXPORTS_H #ifndef SMTPEXPORTS_H
#define SMTPEXPORTS_H #define SMTPEXPORTS_H
/*
#ifdef SMTP_BUILD #ifdef SMTP_BUILD
#define SMTP_EXPORT Q_DECL_EXPORT #define SMTP_EXPORT Q_DECL_EXPORT
#else #else
#define SMTP_EXPORT Q_DECL_IMPORT #define SMTP_EXPORT Q_DECL_IMPORT
#endif #endif
*/
// Servatrice compiles this statically in, so there's no need to declare exports
#define SMTP_EXPORT
#endif // SMTPEXPORTS_H #endif // SMTPEXPORTS_H
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment