Go to the documentation of this file. 17 #ifndef MCL_CONFIG_SETUP_H_ 18 #define MCL_CONFIG_SETUP_H_ 25 #if (defined(_WIN32) || defined(__WIN32__) || defined(_WIN32_WINNT)) && !defined(WIN32) 29 #if (defined(_WIN64) || defined(__WIN64__) || defined(_WIN64_WINNT)) && !defined(WIN64) 35 #elif defined(WIN32) || defined(WIN64) 38 # define MCL_EXPORT __declspec(dllexport) 40 # define MCL_EXPORT __declspec(dllimport) 47 #include "mcl_config.h" 54 #endif //MCL_CONFIG_SETUP_H_