mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
15 lines
292 B
C
15 lines
292 B
C
#ifndef SMTPEXPORTS_H
|
|
#define SMTPEXPORTS_H
|
|
|
|
/*
|
|
#ifdef SMTP_BUILD
|
|
#define SMTP_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
#define SMTP_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
*/
|
|
|
|
// Servatrice compiles this statically in, so there's no need to declare exports
|
|
#define SMTP_EXPORT
|
|
|
|
#endif // SMTPEXPORTS_H
|