Scine::Readuct  6.0.0
This is the SCINE module ReaDuct.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
MSVCCompatibility.h
Go to the documentation of this file.
1 
8 #ifndef READUCT_MSVCCOMPATIBILITY_H
9 #define READUCT_MSVCCOMPATIBILITY_H
10 
11 #if defined(_MSC_VER)
12 # define SCINE_DLLEXPORT __declspec(dllexport)
13 #else
14 # define SCINE_DLLEXPORT
15 #endif
16 
17 #endif // READUCT_MSVCCOMPATIBILITY_H