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