Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
657a5164
Commit
657a5164
authored
May 25, 2015
by
Fabio Bas
Browse files
Fix servatrice compilation with msvc
parent
13b8fd45
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/smtp/smtpexports.h
View file @
657a5164
#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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment