2016-07-09 11:21:54 +02:00

15 lines
139 B
C++

struct
#ifdef _WIN32
__declspec(dllexport)
#endif
OnlyPlainLib1
{
OnlyPlainLib1();
int GetResult();
private:
int result;
};