MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
tmsi
tmsi_global.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef TMSI_GLOBAL_H
38
#define TMSI_GLOBAL_H
39
40
41
//*************************************************************************************************************
42
//=============================================================================================================
43
// QT INCLUDES
44
//=============================================================================================================
45
46
#include <QtCore/qglobal.h>
47
48
49
//*************************************************************************************************************
50
//=============================================================================================================
51
// PREPROCESSOR DEFINES
52
//=============================================================================================================
53
54
#if defined(TMSI_LIBRARY)
55
# define TMSISHARED_EXPORT Q_DECL_EXPORT
56
#else
57
# define TMSISHARED_EXPORT Q_DECL_IMPORT
58
#endif
59
60
#endif // TMSI_GLOBAL_H
Generated on Fri Mar 27 2015 22:54:28 for MNE-CPP by
1.8.9.1