15 lines
133 B
C
Raw Normal View History

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