#ifndef DRAWBASE_GLOBAL_H #define DRAWBASE_GLOBAL_H # ifdef DRAWBASE_LIB_EXPORT # define DRAWBASE_EXPORT __declspec(dllexport) # else # define DRAWBASE_EXPORT __declspec(dllimport) # endif #endif