13 lines
193 B
C
13 lines
193 B
C
|
|
||
|
#ifndef TESTSHAREDLIBREQUIRED_H
|
||
|
#define TESTSHAREDLIBREQUIRED_H
|
||
|
|
||
|
#include "testsharedlibrequired_export.h"
|
||
|
|
||
|
struct TESTSHAREDLIBREQUIRED_EXPORT TestSharedLibRequired
|
||
|
{
|
||
|
int foo();
|
||
|
};
|
||
|
|
||
|
#endif
|