8 lines
69 B
C
Raw Normal View History

2012-02-18 12:40:36 +02:00
#include "depa_export.h"
struct DEPA_EXPORT DepA
{
int foo();
};