blob: e386f87b20a0662b19968de4a40a0cb68e640cb3 [file] [log] [blame]
#ifndef SUBDIRLIB_H
#define SUBDIRLIB_H
#include "subdirlib_export.h"
struct SUBDIRLIB_EXPORT SubDirLibObject
{
int foo() const;
};
#endif