#pragma once #include #if defined(M_ALG_DEFINES_LIBRARY) # define M_ALG_DEFINES_EXPORT Q_DECL_EXPORT # define M_ALG_DEFINES_EXPORT_C extern "C" Q_DECL_EXPORT #else # define M_ALG_DEFINES_EXPORT Q_DECL_IMPORT # define M_ALG_DEFINES_EXPORT_C extern "C" Q_DECL_IMPORT #endif