15 lines
139 B
C
Raw Normal View History

2013-11-07 00:51:16 +02:00
struct
#ifdef _WIN32
2016-07-09 11:21:54 +02:00
__declspec(dllexport)
2013-11-07 00:51:16 +02:00
#endif
2016-07-09 11:21:54 +02:00
OnlyPlainLib1
2013-11-07 00:51:16 +02:00
{
OnlyPlainLib1();
int GetResult();
private:
int result;
};