12 lines
104 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "depd_export.h"
#include "depA.h"
struct DEPD_EXPORT DepD
{
int foo();
DepA getA();
};