diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 03:44:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-15 03:44:46 +0200 |
commit | e1cf876626aad4cbed2db96f30867c8e11af340e (patch) | |
tree | 06603562438276f37e7bfc6243bc0791d37b8f87 /ftnoir_protocol_base | |
parent | 51fb3e42f915c3b538c423cfb9e5dfae11778717 (diff) |
Fix MSVC build. Also, minor reformat
Diffstat (limited to 'ftnoir_protocol_base')
-rw-r--r-- | ftnoir_protocol_base/ftnoir_protocol_base_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_base/ftnoir_protocol_base_global.h b/ftnoir_protocol_base/ftnoir_protocol_base_global.h index 9f66d67a..bed874c4 100644 --- a/ftnoir_protocol_base/ftnoir_protocol_base_global.h +++ b/ftnoir_protocol_base/ftnoir_protocol_base_global.h @@ -3,7 +3,7 @@ #include <QtGlobal> -#ifdef FTNOIR_PROTOCOL_BASE_LIB +#ifndef OPENTRACK_MAIN # define FTNOIR_PROTOCOL_BASE_EXPORT Q_DECL_EXPORT #else # define FTNOIR_PROTOCOL_BASE_EXPORT Q_DECL_IMPORT |