#pragma once #include #if defined(M_DIFFUSION_LIBRARY) # define M_DIFFUSION_EXPORT Q_DECL_EXPORT #else # define M_DIFFUSION_EXPORT Q_DECL_IMPORT #endif