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