blob: c0373ceb3b91ff05e70f67727a8123bf0b138c39 [file] [log] [blame]
struct
#ifdef _WIN32
__declspec(dllexport)
#endif
OnlyPlainLib1
{
OnlyPlainLib1();
int GetResult();
private:
int result;
};