#ifndef MYDLL_H #define MYDLL_H #include "mydll_global.h" class MYDLLSHARED_EXPORT Mydll { public: Mydll(); }; #endif // MYDLL_H