blob: 17b4f7784f2a42fd7a46f5a4152096afbba85e56 [file] [log] [blame]
class
#ifdef _WIN32
__declspec(dllexport)
#endif
Foo
{
public:
int foo();
};