1 2 3 4 5 6 7 8 9 10 11 12
#ifndef SUBDIRLIB_H #define SUBDIRLIB_H #include "subdirlib_export.h" struct SUBDIRLIB_EXPORT SubDirLibObject { int foo() const; }; #endif