15 lines
224 B
C
15 lines
224 B
C
|
|
||
|
#ifndef TESTSHAREDLIBDEPENDS_H
|
||
|
#define TESTSHAREDLIBDEPENDS_H
|
||
|
|
||
|
#include "testsharedlibdepends_export.h"
|
||
|
|
||
|
#include "testSharedLibRequired.h"
|
||
|
|
||
|
struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
|
||
|
{
|
||
|
int foo();
|
||
|
};
|
||
|
|
||
|
#endif
|