2013-11-03 12:27:13 +02:00
|
|
|
|
|
|
|
#ifndef TESTSHAREDLIBREQUIREDUSER2_H
|
|
|
|
#define TESTSHAREDLIBREQUIREDUSER2_H
|
|
|
|
|
|
|
|
#include "testSharedLibRequired.h"
|
2020-02-01 23:06:01 +01:00
|
|
|
#include "testsharedlibrequireduser2_export.h"
|
2013-11-03 12:27:13 +02:00
|
|
|
|
|
|
|
struct TESTSHAREDLIBREQUIREDUSER2_EXPORT TestSharedLibRequiredUser2
|
|
|
|
{
|
|
|
|
TestSharedLibRequired foo();
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|