8 lines
93 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include "depifaceonly_export.h"
struct DEPIFACEONLY_EXPORT DepIfaceOnly
{
int foo();
};