8 lines
93 B
C
8 lines
93 B
C
|
|
#include "depifaceonly_export.h"
|
|
|
|
struct DEPIFACEONLY_EXPORT DepIfaceOnly
|
|
{
|
|
int foo();
|
|
};
|