UserLibSimulator  1
Librería para E/S de simuladores genéricos
UserLibSimulator_global.h
Go to the documentation of this file.
1 #ifndef USERLIBSIMULATOR_GLOBAL_H
2 #define USERLIBSIMULATOR_GLOBAL_H
3 /*
4 #if defined(_MSC_VER) || defined(WIN64) || defined(_WIN64) || defined(__WIN64__) || defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
5 # define Q_DECL_EXPORT __declspec(dllexport)
6 # define Q_DECL_IMPORT __declspec(dllimport)
7 #else
8 # define Q_DECL_EXPORT __attribute__((visibility("default")))
9 # define Q_DECL_IMPORT __attribute__((visibility("default")))
10 #endif
11 
12 #if defined(USERLIBSIMULATOR_LIBRARY)
13 # define USERLIBSIMULATOR_EXPORT Q_DECL_EXPORT
14 #else
15 # define USERLIBSIMULATOR_EXPORT Q_DECL_IMPORT
16 #endif
17 */
18 #endif // USERLIBSIMULATOR_GLOBAL_H