MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
bci
bci_global.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef BCI_GLOBAL_H
38
#define BCI_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(BCI_LIBRARY)
55
# define BCISHARED_EXPORT Q_DECL_EXPORT
56
#else
57
# define BCISHARED_EXPORT Q_DECL_IMPORT
58
#endif
59
60
#endif // TMSI_GLOBAL_H
Generated on Fri Mar 27 2015 22:54:26 for MNE-CPP by
1.8.9.1