2014-08-03 19:52:23 +02:00

8 lines
96 B
C

#include "sharedlib_export.h"
struct SHAREDLIB_EXPORT SharedLibObject
{
int foo() const;
};