2013-10-07 20:07:27 -04:00

8 lines
96 B
C

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