8 lines
69 B
C
8 lines
69 B
C
|
|
||
|
#include "depb_export.h"
|
||
|
|
||
|
struct DEPB_EXPORT DepB
|
||
|
{
|
||
|
int foo();
|
||
|
};
|