blob: 3a4b73d735ffc6d634806029f3f2423e04ed4936 [file] [log] [blame]
#ifndef SUBDIR_H
#define SUBDIR_H
#include "subdirlib_export.h"
struct SUBDIRLIB_EXPORT SubDirObject
{
int foo();
};
#endif