Go to the documentation of this file.
22 #ifndef MICROCORLABGLOBAL_H
23 #define MICROCORLABGLOBAL_H
29 # if defined(MICROCORLAB_LIBRARY)
30 # define MICROCORLABSHARED_EXPORT __declspec(dllexport)
32 # define MICROCORLABSHARED_EXPORT __declspec(dllimport)
35 # if defined(MICROCORLAB_LIBRARY)
36 # define MICROCORLABSHARED_EXPORT __attribute__((visibility("default")))
38 # define MICROCORLABSHARED_EXPORT __attribute__((visibility("default")))
43 #ifdef MICROCORLAB_DIRECT_USE
44 # undef MICROCORLABSHARED_EXPORT
45 # define MICROCORLABSHARED_EXPORT
49 #ifndef RESOLUTION_SHIFT_MIN
51 #define RESOLUTION_SHIFT_MIN 0
54 #ifndef RESOLUTION_SHIFT_MAX
56 #define RESOLUTION_SHIFT_MAX 8
59 #endif // MICROCORLABGLOBAL_H