13 lines
130 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#ifndef SUBDIR_H
#define SUBDIR_H
#include "subdirlib_export.h"
struct SUBDIRLIB_EXPORT SubDirObject
{
int foo();
};
#endif