2012-02-18 12:40:36 +02:00

8 lines
69 B
C

#include "depb_export.h"
struct DEPB_EXPORT DepB
{
int foo();
};